Disable firewalls
This commit is contained in:
parent
8fe3301905
commit
2ee92e9461
|
@ -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 [ ];
|
||||||
|
|
Loading…
Reference in New Issue