forked from mirrors/nixpkgs
Merge pull request #42365 from LumiGuide/fix-chronyd
chrony: disable the whole timesyncd module when chronyd is enabled
This commit is contained in:
commit
bbe8321a29
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue