nixos/chrony: restart service

This commit is contained in:
Sandro Jäckel
2026-06-25 11:53:30 +02:00
parent 66a707792e
commit b6b3c09229
@@ -300,6 +300,7 @@ in
serviceConfig = {
Type = "notify";
ExecStart = "${chronyPkg}/bin/chronyd ${toString chronyFlags}";
Restart = "on-failure";
# Proc filesystem
ProcSubset = "pid";