Disable firewalls

This commit is contained in:
niten 2024-01-12 11:58:27 -08:00
parent 8fe3301905
commit 2ee92e9461
1 changed files with 4 additions and 0 deletions

View File

@ -307,6 +307,8 @@ in {
boot.tmp.useTmpfs = true; boot.tmp.useTmpfs = true;
system.nssModules = lib.mkForce [ ]; system.nssModules = lib.mkForce [ ];
networking.firewall.enable = false;
fudo.mail.postfix = { fudo.mail.postfix = {
enable = true; enable = true;
debug = cfg.debug; debug = cfg.debug;
@ -380,6 +382,7 @@ in {
imports = [ ./dovecot.nix ]; imports = [ ./dovecot.nix ];
boot.tmp.useTmpfs = true; boot.tmp.useTmpfs = true;
system.nssModules = lib.mkForce [ ]; system.nssModules = lib.mkForce [ ];
networking.firewall.enable = false;
fudo.mail.dovecot = { fudo.mail.dovecot = {
enable = true; enable = true;
debug = cfg.debug; debug = cfg.debug;
@ -431,6 +434,7 @@ 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 [ ];