Enable firewall by default

Fixes #25
pull/30/head
Simon Bruder 2021-01-17 11:03:54 +01:00
parent b1592a08dc
commit 126a0dad4b
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 0 additions and 3 deletions

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;