From 7fe321290f756010a2c08c7a13263f4521f914b3 Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 4 Aug 2025 13:54:54 -0500 Subject: [PATCH] old opts --- system-config/configuration/homebox/default.nix | 1 - system-config/services/minecraft/default.nix | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/system-config/configuration/homebox/default.nix b/system-config/configuration/homebox/default.nix index 2cd7db7..1b88e9f 100644 --- a/system-config/configuration/homebox/default.nix +++ b/system-config/configuration/homebox/default.nix @@ -250,7 +250,6 @@ git.enable = true; nh.enable = true; netbird.enable = true; - wyoming.enable = false; minecraft.enable = false; steam.enable = false; virtualization = { diff --git a/system-config/services/minecraft/default.nix b/system-config/services/minecraft/default.nix index 77f9df8..e599718 100644 --- a/system-config/services/minecraft/default.nix +++ b/system-config/services/minecraft/default.nix @@ -30,7 +30,7 @@ serverProperties = { server-port = 25565; gamemode = "survival"; - white-list = true; + #white-list = true; motd = "Didn't see that coming huh??"; }; /*whitelist = { @@ -40,7 +40,7 @@ };*/ autoStart = true; symlinks = { - "mods" = ./mods; + "mods" = ./bedrock; }; };