forked from mirrors/nixpkgs
nixos.chrony: remove generatecommandkey option
It's deprecated and no longer used.
This commit is contained in:
parent
e3fce56047
commit
9293f86bf2
|
@ -23,7 +23,6 @@ let
|
||||||
driftfile ${stateDir}/chrony.drift
|
driftfile ${stateDir}/chrony.drift
|
||||||
|
|
||||||
keyfile ${keyFile}
|
keyfile ${keyFile}
|
||||||
generatecommandkey
|
|
||||||
|
|
||||||
${optionalString (!config.time.hardwareClockInLocalTime) "rtconutc"}
|
${optionalString (!config.time.hardwareClockInLocalTime) "rtconutc"}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue