modules/network: switch all mainland machines to this module
This commit is contained in:
parent
f629867b9a
commit
c0f5e181ea
2 changed files with 2 additions and 4 deletions
|
@ -9,13 +9,10 @@
|
||||||
|
|
||||||
commonSettings = {
|
commonSettings = {
|
||||||
auth.enable = true;
|
auth.enable = true;
|
||||||
|
network.localdns.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
services.dae = {
|
|
||||||
enable = true;
|
|
||||||
configFile = "/var/lib/dae/config.dae";
|
|
||||||
};
|
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
time.timeZone = "Asia/Shanghai";
|
time.timeZone = "Asia/Shanghai";
|
||||||
};
|
};
|
||||||
|
|
|
@ -53,6 +53,7 @@
|
||||||
commonSettings = {
|
commonSettings = {
|
||||||
nix.enable = true;
|
nix.enable = true;
|
||||||
auth.enable = true;
|
auth.enable = true;
|
||||||
|
network.localdns.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
documentation.enable = false;
|
documentation.enable = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue