enabled -> enable
This commit is contained in:
parent
90817bb155
commit
c99a1d57d6
|
@ -413,7 +413,7 @@ in {
|
||||||
boot.tmp.useTmpfs = true;
|
boot.tmp.useTmpfs = true;
|
||||||
system.nssModules = lib.mkForce [ ];
|
system.nssModules = lib.mkForce [ ];
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enabled = true;
|
enable = true;
|
||||||
allowedTCPPorts = [ metricsPort antispamPort ];
|
allowedTCPPorts = [ metricsPort antispamPort ];
|
||||||
allowedUDPPorts = [ antispamPort ];
|
allowedUDPPorts = [ antispamPort ];
|
||||||
};
|
};
|
||||||
|
@ -449,7 +449,7 @@ in {
|
||||||
boot.tmp.useTmpfs = true;
|
boot.tmp.useTmpfs = true;
|
||||||
system.nssModules = lib.mkForce [ ];
|
system.nssModules = lib.mkForce [ ];
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enabled = true;
|
enable = true;
|
||||||
allowedTCPPorts = [ antivirusPort ];
|
allowedTCPPorts = [ antivirusPort ];
|
||||||
allowedUDPPorts = [ antivirusPort ];
|
allowedUDPPorts = [ antivirusPort ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue