From 57b9d5c14456042f86b41ef13880886fbee6e857 Mon Sep 17 00:00:00 2001 From: Kevin Cox Date: Wed, 9 Sep 2020 15:48:48 -0400 Subject: [PATCH] chrony: Create state directory with correct owner. Fixes https://github.com/NixOS/nixpkgs/issues/97546 --- nixos/modules/services/networking/ntp/chrony.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/services/networking/ntp/chrony.nix b/nixos/modules/services/networking/ntp/chrony.nix index b7e4c89a155..78de50583f3 100644 --- a/nixos/modules/services/networking/ntp/chrony.nix +++ b/nixos/modules/services/networking/ntp/chrony.nix @@ -117,7 +117,6 @@ in ProtectHome = "yes"; ProtectSystem = "full"; PrivateTmp = "yes"; - StateDirectory = "chrony"; }; };