Merge pull request #42365 from LumiGuide/fix-chronyd

chrony: disable the whole timesyncd module when chronyd is enabled
This commit is contained in:
xeji
2018-06-24 22:31:57 +02:00
committed by GitHub

View File

@@ -109,7 +109,7 @@ in
home = stateDir;
};
systemd.services.timesyncd.enable = mkForce false;
services.timesyncd.enable = mkForce false;
systemd.services.chronyd =
{ description = "chrony NTP daemon";