From 48ecda096288c2d1a7c9eb5cca1cedc54afd7223 Mon Sep 17 00:00:00 2001 From: Izorkin Date: Sun, 15 Jan 2023 21:02:50 +0300 Subject: [PATCH] nixos/chrony: disable PrivateDevices setting --- nixos/modules/services/networking/ntp/chrony.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/ntp/chrony.nix b/nixos/modules/services/networking/ntp/chrony.nix index dc180d4a4f95..69f0b36bf2a2 100644 --- a/nixos/modules/services/networking/ntp/chrony.nix +++ b/nixos/modules/services/networking/ntp/chrony.nix @@ -185,7 +185,7 @@ in ProtectSystem = "full"; ProtectHome = true; PrivateTmp = true; - PrivateDevices = true; + PrivateDevices = false; PrivateUsers = false; ProtectHostname = true; ProtectClock = false;