diff --git a/hosts/gerg-desktop/main.nix b/hosts/gerg-desktop/main.nix index fd0fdb1..aed0f2d 100644 --- a/hosts/gerg-desktop/main.nix +++ b/hosts/gerg-desktop/main.nix @@ -94,7 +94,7 @@ prismlauncher deadnix statix - element-desktop + #element-desktop vesktop gh nixfmt-rfc-style diff --git a/hosts/gerg-desktop/services/minecraft.nix b/hosts/gerg-desktop/services/minecraft.nix index a673994..dcaa444 100644 --- a/hosts/gerg-desktop/services/minecraft.nix +++ b/hosts/gerg-desktop/services/minecraft.nix @@ -2,11 +2,13 @@ { # I manually switch this sometimes config = lib.mkIf true { - networking.firewall.allowedTCPPorts = [ - 25565 - 25575 - 24454 - ]; + networking.firewall = { + allowedUDPPorts = [ 24454 ]; + allowedTCPPorts = [ + 25565 + 25575 + ]; + }; users = { users.minecraft = {