nixos/chrony: disable PrivateDevices setting

This commit is contained in:
Izorkin 2023-01-15 21:02:50 +03:00 committed by Austin Seipp
parent e60ddddbbb
commit 48ecda0962

View File

@ -185,7 +185,7 @@ in
ProtectSystem = "full";
ProtectHome = true;
PrivateTmp = true;
PrivateDevices = true;
PrivateDevices = false;
PrivateUsers = false;
ProtectHostname = true;
ProtectClock = false;