nixos/chrony: fix chrony key file permissions warning (#489979)

This commit is contained in:
Sandro
2026-03-15 20:37:54 +00:00
committed by GitHub
@@ -271,7 +271,7 @@ in
systemd.tmpfiles.rules = [
"d ${stateDir} 0750 chrony chrony - -"
"f ${driftFile} 0640 chrony chrony - -"
"f ${keyFile} 0640 chrony chrony - -"
"f ${keyFile} 0640 root chrony - -"
]
++ lib.optionals cfg.enableRTCTrimming [
"f ${rtcFile} 0640 chrony chrony - -"