diff --git a/hosts/phantom/default.nix b/hosts/phantom/default.nix index a0e99b7..32d5544 100644 --- a/hosts/phantom/default.nix +++ b/hosts/phantom/default.nix @@ -53,6 +53,8 @@ flake = "git+https://git.lelgenio.com/lelgenio/nixos-config#phantom"; }; + networking.firewall.allowedTCPPorts = [ 8745 ]; + system.stateVersion = "23.05"; # Never change this }