Skip to content

Commit

Permalink
systemd-timesyncd: Use NTP servers from our own ntp.org pool
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Jul 1, 2015
1 parent e4b9624 commit 01dc343
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/os-specific/linux/systemd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01dc343

Please sign in to comment.