defiant #2

Merged
felixalb merged 6 commits from defiant into main 2023-12-25 02:09:25 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit b37ffb7bae - Show all commits

View File

@ -6,7 +6,7 @@
networking = { networking = {
domain = "home.feal.no"; 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; useDHCP = lib.mkDefault false;
}; };

View File

@ -43,6 +43,6 @@
}; };
in { in {
"jf.feal.no" = publicProxy "http://jellyfin.home.feal.no/"; "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/";
}; };
} }