enable firewall

This commit is contained in:
garionion 2021-04-12 14:02:52 +02:00
parent 2f7a6c1bbe
commit 2e4fc1a8cc
Signed by: garionion
GPG key ID: 53352FA607FA681A

View file

@ -6,6 +6,7 @@
];
boot.cleanTmpDir = true;
networking.firewall.enable = true;
networking.firewall.allowPing = true;
networking.useDHCP = false;