dolomite/network: switch to networkd
This commit is contained in:
parent
bba16ea4da
commit
018044aa7d
3 changed files with 15 additions and 35 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue