Enable firewall by default

Fixes #25
This commit is contained in:
Simon Bruder 2021-01-17 11:03:54 +01:00
parent b1592a08dc
commit 126a0dad4b
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -66,9 +66,6 @@ in
# Clean temporary files on boot
boot.cleanTmpDir = true;
# Disable firewall
networking.firewall.enable = lib.mkDefault false;
# Set zsh as default shell
programs.zsh.enable = true;
users.defaultUserShell = pkgs.zsh;