This commit is contained in:
2025-12-23 13:48:12 +03:00
parent 3e9e074cc5
commit 8cc33846b0
15 changed files with 121 additions and 266 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
{
# networkmanagerapplet and nm-applet
networking.networkmanager.enable = true;
networking.nameservers = [ "8.8.8.8" "1.1.1.1" ];
networking.networkmanager.insertNameservers = [ "1.1.1.1" "8.8.8.8" ];
networking.firewall.enable = false; # need it?
networking.firewall.enable = true;
}