systemd-timesyncd: Use NTP servers from our own ntp.org pool

(cherry picked from commit 01dc343c2c613c263a2180d1850847f33653f94f)

Conflicts:
	pkgs/os-specific/linux/systemd/default.nix
This commit is contained in:
Eelco Dolstra 2015-07-01 11:19:03 +02:00
parent 4232f5d219
commit 9a75bafcda

View File

@ -82,6 +82,8 @@ stdenv.mkDerivation rec {
substituteInPlace src/journal/catalog.c \ substituteInPlace src/journal/catalog.c \
--replace /usr/lib/systemd/catalog/ $out/lib/systemd/catalog/ --replace /usr/lib/systemd/catalog/ $out/lib/systemd/catalog/
configureFlagsArray+=("--with-ntp-servers=0.nixos.pool.ntp.org 1.nixos.pool.ntp.org 2.nixos.pool.ntp.org 3.nixos.pool.ntp.org")
''; '';
# This is needed because systemd uses the gold linker, which doesn't # This is needed because systemd uses the gold linker, which doesn't