mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
systemd-timesyncd: Use NTP servers from our own ntp.org pool
This commit is contained in:
parent
e4b9624ca8
commit
01dc343c2c
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ stdenv.mkDerivation rec {
|
|||
--replace /usr/lib/systemd/catalog/ $out/lib/systemd/catalog/
|
||||
|
||||
rm src/journal/audit_type-to-name.h src/udev/keyboard-keys-from-name.gperf
|
||||
|
||||
configureFlagsArray+=("--with-ntp-servers=0.nixos.pool.ntp.org 1.nixos.pool.ntp.org 2.nixos.pool.ntp.org 3.nixos.pool.ntp.org")
|
||||
'';
|
||||
|
||||
PYTHON_BINARY = "${coreutils}/bin/env python"; # don't want a build time dependency on Python
|
||||
|
|
Loading…
Reference in a new issue