rspam already modifies the firewall
This commit is contained in:
parent
2ee92e9461
commit
67eb535996
|
@ -434,7 +434,6 @@ in {
|
||||||
nixos = {
|
nixos = {
|
||||||
useSystemd = true;
|
useSystemd = true;
|
||||||
configuration = {
|
configuration = {
|
||||||
networking.firewall.enable = false;
|
|
||||||
imports = [ ./rspamd.nix ];
|
imports = [ ./rspamd.nix ];
|
||||||
boot.tmp.useTmpfs = true;
|
boot.tmp.useTmpfs = true;
|
||||||
system.nssModules = lib.mkForce [ ];
|
system.nssModules = lib.mkForce [ ];
|
||||||
|
|
Loading…
Reference in New Issue