disable firewall

This commit is contained in:
zuckerberg
2021-09-24 16:08:28 -04:00
parent a80ac27406
commit 5ac1669330
2 changed files with 3 additions and 1 deletions

View File

@@ -156,6 +156,8 @@ in {
pia.enable = true;
nixpkgs.pkgs = pkgs;
networking.firewall.enable = false;
# run it's own DNS resolver
networking.useHostResolvConf = false;
services.resolved.enable = true;