diff --git a/base.nix b/base.nix index 64ec6b8..8991f1c 100644 --- a/base.nix +++ b/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; }; diff --git a/hosts/defiant/services/nginx.nix b/hosts/defiant/services/nginx.nix index e15e7c5..576537b 100644 --- a/hosts/defiant/services/nginx.nix +++ b/hosts/defiant/services/nginx.nix @@ -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/"; }; }