modules/network: switch all mainland machines to this module

This commit is contained in:
xinyangli 2025-04-10 14:53:51 +08:00
parent f629867b9a
commit c0f5e181ea
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

View file

@ -9,13 +9,10 @@
commonSettings = {
auth.enable = true;
network.localdns.enable = true;
};
services.openssh.enable = true;
services.dae = {
enable = true;
configFile = "/var/lib/dae/config.dae";
};
services.tailscale.enable = true;
time.timeZone = "Asia/Shanghai";
};

View file

@ -53,6 +53,7 @@
commonSettings = {
nix.enable = true;
auth.enable = true;
network.localdns.enable = true;
};
documentation.enable = false;