mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 18:34:56 +08:00
use dae
This commit is contained in:
parent
f38ff8d128
commit
c3c294e784
5 changed files with 63 additions and 76 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue