From 9293f86bf212fe3f713f45252bcb708803c82c3b Mon Sep 17 00:00:00 2001 From: "Ricardo M. Correia" Date: Tue, 7 Feb 2017 17:59:07 +0100 Subject: [PATCH] nixos.chrony: remove generatecommandkey option It's deprecated and no longer used. --- nixos/modules/services/networking/chrony.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/services/networking/chrony.nix b/nixos/modules/services/networking/chrony.nix index 9741c039cbc8..9bf266b38054 100644 --- a/nixos/modules/services/networking/chrony.nix +++ b/nixos/modules/services/networking/chrony.nix @@ -23,7 +23,6 @@ let driftfile ${stateDir}/chrony.drift keyfile ${keyFile} - generatecommandkey ${optionalString (!config.time.hardwareClockInLocalTime) "rtconutc"}