diff --git a/hosts/gunter/configuration.nix b/hosts/gunter/configuration.nix index 947b24c..5ddd340 100644 --- a/hosts/gunter/configuration.nix +++ b/hosts/gunter/configuration.nix @@ -53,6 +53,9 @@ networking.nftables.enable = true; networking.firewall = { enable = true; + allowedTCPPorts = [ + 8989 + ]; }; # Set time stuff