mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
hosts/plover: prepend Hetzner NTP servers
This commit is contained in:
parent
3b79f3e256
commit
9442d7899d
@ -41,6 +41,13 @@ in
|
|||||||
# service.
|
# service.
|
||||||
useDHCP = false;
|
useDHCP = false;
|
||||||
dhcpcd.enable = false;
|
dhcpcd.enable = false;
|
||||||
|
|
||||||
|
# We'll make use of their timeservers.
|
||||||
|
timeServers = lib.mkBefore [
|
||||||
|
"ntp1.hetzner.de"
|
||||||
|
"ntp2.hetzner.com"
|
||||||
|
"ntp3.hetzner.net"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# The local DNS resolver. This should be used in conjunction with an
|
# The local DNS resolver. This should be used in conjunction with an
|
||||||
|
Loading…
Reference in New Issue
Block a user