diff --git a/modules/functionality/soft-serve.nix b/modules/functionality/soft-serve.nix index 02d7826..edc045d 100644 --- a/modules/functionality/soft-serve.nix +++ b/modules/functionality/soft-serve.nix @@ -32,5 +32,7 @@ in script = "${pkgs.soft-serve}/bin/soft"; serviceConfig.Type = "exec"; }; + + networking.firewall.allowedTCPPorts = [ cfg.port ]; }; }