fix: bypass router

This commit is contained in:
Ryan Yin
2024-02-16 11:41:37 +08:00
parent 7cbff9ef3b
commit ae238d401d
28 changed files with 891 additions and 439 deletions
-5
View File
@@ -17,11 +17,6 @@ in {
./secureboot.nix
];
# set http proxy for nix-daemon
systemd.services.nix-daemon.environment = {
https_proxy = "http://192.168.5.201:7890";
};
networking = {
inherit hostName;
inherit (vars_networking) defaultGateway nameservers;