nixos/chrony: disable PrivateDevices setting
This commit is contained in:
parent
e60ddddbbb
commit
48ecda0962
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ in
|
|||
ProtectSystem = "full";
|
||||
ProtectHome = true;
|
||||
PrivateTmp = true;
|
||||
PrivateDevices = true;
|
||||
PrivateDevices = false;
|
||||
PrivateUsers = false;
|
||||
ProtectHostname = true;
|
||||
ProtectClock = false;
|
||||
|
|
Loading…
Reference in a new issue