m 2 default: timesyncd replaced ntp in defaults
This commit is contained in:
parent
e495e59af0
commit
ef300aeb9e
|
@ -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
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue