Unverified Commit 051d8106 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

parents b0ee075b e81b4fb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 - -"