lol

nixos.chrony: remove generatecommandkey option

It's deprecated and no longer used.

-1
-1
nixos/modules/services/networking/chrony.nix
··· 23 23 driftfile ${stateDir}/chrony.drift 24 24 25 25 keyfile ${keyFile} 26 - generatecommandkey 27 26 28 27 ${optionalString (!config.time.hardwareClockInLocalTime) "rtconutc"} 29 28