This commit is contained in:
EdenQwQ 2025-03-29 14:30:29 +08:00
parent f38ff8d128
commit c3c294e784
5 changed files with 63 additions and 76 deletions

View file

@ -9,15 +9,7 @@
./boot.nix
];
networking = {
networkmanager.enable = true;
proxy = {
default = "http://127.0.0.1:7890";
httpProxy = "http://127.0.0.1:7890";
httpsProxy = "http://127.0.0.1:7890";
noProxy = "localhost,internal.domain";
};
};
networking.networkmanager.enable = true;
time = {
timeZone = "Asia/Shanghai";
@ -102,6 +94,11 @@
gvfs.enable = true;
openssh.enable = true;
dae = {
enable = true;
configFile = "/home/${user}/.config/dae/config.dae";
};
};
security = {