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";
|
ProtectSystem = "full";
|
||||||
ProtectHome = true;
|
ProtectHome = true;
|
||||||
PrivateTmp = true;
|
PrivateTmp = true;
|
||||||
PrivateDevices = true;
|
PrivateDevices = false;
|
||||||
PrivateUsers = false;
|
PrivateUsers = false;
|
||||||
ProtectHostname = true;
|
ProtectHostname = true;
|
||||||
ProtectClock = false;
|
ProtectClock = false;
|
||||||
|
|
Loading…
Reference in a new issue