diff --git a/mail-server.nix b/mail-server.nix index e9bc73a..c305de9 100644 --- a/mail-server.nix +++ b/mail-server.nix @@ -413,7 +413,7 @@ in { boot.tmp.useTmpfs = true; system.nssModules = lib.mkForce [ ]; networking.firewall = { - enabled = true; + enable = true; allowedTCPPorts = [ metricsPort antispamPort ]; allowedUDPPorts = [ antispamPort ]; }; @@ -449,7 +449,7 @@ in { boot.tmp.useTmpfs = true; system.nssModules = lib.mkForce [ ]; networking.firewall = { - enabled = true; + enable = true; allowedTCPPorts = [ antivirusPort ]; allowedUDPPorts = [ antivirusPort ]; };