dolomite/network: switch to networkd

This commit is contained in:
xinyangli 2024-09-23 20:17:57 +08:00
parent bba16ea4da
commit 018044aa7d
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
3 changed files with 15 additions and 35 deletions

View file

@ -103,7 +103,8 @@ in
environment.systemPackages = [ pkgs.cryptsetup ];
# EC2 has its own NTP server provided by the hypervisor
networking.timeServers = [ "169.254.169.123" ];
services.timesyncd.enable = true;
services.timesyncd.servers = [ "169.254.169.123" ];
# udisks has become too bloated to have in a headless system
# (e.g. it depends on GTK).