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; }; };