nixos/chrony: restart service (#535221)

This commit is contained in:
Sandro
2026-06-28 16:34:31 +00:00
committed by GitHub
@@ -300,6 +300,7 @@ in
serviceConfig = {
Type = "notify";
ExecStart = "${chronyPkg}/bin/chronyd ${toString chronyFlags}";
Restart = "on-failure";
# Proc filesystem
ProcSubset = "pid";