From 323a02c6fd2656bf695753358e69efe5480fd688 Mon Sep 17 00:00:00 2001 From: lelgenio Date: Mon, 20 May 2024 16:07:05 -0300 Subject: [PATCH] phantom: open port 8745 --- hosts/phantom/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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 }