summaryrefslogtreecommitdiffstats
path: root/nixos/modules
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2023-01-15 21:02:50 +0300
committerAustin Seipp <aseipp@pobox.com>2023-01-31 10:08:32 -0600
commit48ecda096288c2d1a7c9eb5cca1cedc54afd7223 (patch)
tree391eb2eaaf3f48d4e88f4a371ba6f7968a55a560 /nixos/modules
parente60ddddbbbf50b3f2a45d40001c1bb2ab0df204d (diff)
nixos/chrony: disable PrivateDevices setting
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/networking/ntp/chrony.nix2
1 files changed, 1 insertions, 1 deletions
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;