m 2 default: timesyncd replaced ntp in defaults

This commit is contained in:
makefu 2017-03-01 22:02:47 +01:00
parent e495e59af0
commit ef300aeb9e
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225

View file

@ -145,16 +145,13 @@ with import <stockholm/lib>;
tinc = pkgs.tinc_pre; tinc = pkgs.tinc_pre;
}; };
services.cron.enable = false; networking.timeServers = [
services.nscd.enable = false;
services.ntp.enable = false;
services.timesyncd.enable = true;
services.ntp.servers = [
"pool.ntp.org" "pool.ntp.org"
"time.windows.com" "time.windows.com"
"time.apple.com" "time.apple.com"
"time.nist.gov" "time.nist.gov"
]; ];
nix.extraOptions = '' nix.extraOptions = ''
auto-optimise-store = true auto-optimise-store = true
''; '';