chore: allow pinging of hosts, remove unneeded firewall file

This commit is contained in:
Bloxx12 2025-05-09 09:38:50 +02:00
commit 9f925d579b
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
2 changed files with 1 additions and 4 deletions

View file

@ -1,3 +0,0 @@
_: {
networking.nftables.enable = true;
}

View file

@ -11,7 +11,7 @@ in {
firewall = {
enable = true;
allowPing = false;
allowPing = true;
logReversePathDrops = true;
};
};