Update DNS, add wackattack proxy
This commit is contained in:
parent
5d10f85c18
commit
bb2d4138ea
2
base.nix
2
base.nix
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
@ -43,6 +43,6 @@
|
|||
};
|
||||
in {
|
||||
"jf.feal.no" = publicProxy "http://jellyfin.home.feal.no/";
|
||||
# "wiki.wackattack.eu" = publicProxy "http://pascal.wackattack.home.feal.no/";
|
||||
"wiki.wackattack.eu" = publicProxy "http://pascal.wackattack.home.feal.no/";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue