Update DNS, add wackattack proxy

This commit is contained in:
2023-12-25 02:08:15 +01:00
committed by Felix Albrigtsen
parent 5d10f85c18
commit bb2d4138ea
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
networking = {
domain = "home.feal.no";
nameservers = [ "192.168.10.3" "192.168.11.100" "1.1.1.1" ];
nameservers = [ "192.168.10.175" "192.168.10.1" "1.1.1.1" ];
useDHCP = lib.mkDefault false;
};