enabled -> enable

This commit is contained in:
niten 2023-09-27 18:00:08 -07:00
parent 90817bb155
commit c99a1d57d6
1 changed files with 2 additions and 2 deletions

View File

@ -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 ];
};