move logRefusedConnections to base
This commit is contained in:
parent
c3168bb2d3
commit
6cf894ee68
@ -287,7 +287,6 @@
|
||||
443
|
||||
41641 # tailscale
|
||||
];
|
||||
logRefusedConnections = false;
|
||||
checkReversePath = "loose"; # for tailscale
|
||||
};
|
||||
};
|
||||
|
@ -38,7 +38,6 @@ in {
|
||||
firewall = {
|
||||
allowedTCPPorts = [53];
|
||||
allowedUDPPorts = [53];
|
||||
logRefusedConnections = false;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -323,7 +323,6 @@
|
||||
firewall = {
|
||||
allowedUDPPorts = [53 80 443];
|
||||
allowedTCPPorts = [53 80 443];
|
||||
logRefusedConnections = false;
|
||||
checkReversePath = "loose"; # for tailscale
|
||||
};
|
||||
};
|
||||
|
@ -107,7 +107,6 @@
|
||||
firewall = {
|
||||
allowedUDPPorts = [myData.ports.kodi];
|
||||
allowedTCPPorts = [myData.ports.kodi];
|
||||
logRefusedConnections = false;
|
||||
checkReversePath = "loose"; # for tailscale
|
||||
};
|
||||
};
|
||||
|
@ -143,6 +143,8 @@
|
||||
#vim.defaultEditor = true;
|
||||
};
|
||||
|
||||
networking.firewall.logRefusedConnections = false;
|
||||
|
||||
services = {
|
||||
chrony = {
|
||||
enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user