diff --git a/common.nix b/common.nix index 4edbb45..a6f39ee 100644 --- a/common.nix +++ b/common.nix @@ -106,7 +106,6 @@ "192.168.88.253" = [ self.nixosConfigurations.flora-mate.config.networking.hostName "ap" - "minecraft" ]; "192.168.88.1" = [ "router" diff --git a/systems/club-mate/default.nix b/systems/club-mate/default.nix index b2a6388..86345a7 100644 --- a/systems/club-mate/default.nix +++ b/systems/club-mate/default.nix @@ -83,7 +83,6 @@ mako # notification system developed by swaywm maintainer kitty firefox-devedition - prismlauncher ]; xdg = { diff --git a/systems/flora-mate/default.nix b/systems/flora-mate/default.nix index 3d107e4..1e2e8f6 100644 --- a/systems/flora-mate/default.nix +++ b/systems/flora-mate/default.nix @@ -42,24 +42,4 @@ PASSPHRASE = "VerySecurePassword69123"; }; }; - services.minecraft-server = { - enable = true; - eula = true; - declarative = true; - openFirewall = true; - serverProperties = { - accepts-transfers = true; - difficulty = 3; - enable-command-block = true; - enable-rcon = true; - enable-status = true; - enable-query = true; - enforce-secure-profile = false; - max-players = 10; - motd = "IT3Bili Minecraft server!"; - snooper-enabled = false; - spawn-protection = 0; - "rcon.password" = "AcceseGranted"; - }; - }; }