nixos/unit: fix typo
This commit is contained in:
parent
b5bd159690
commit
192df19a7c
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ in {
|
|||
AmbientCapabilities = [ "CAP_NET_BIND_SERVICE" "CAP_SETGID" "CAP_SETUID" ];
|
||||
# Security
|
||||
NoNewPrivileges = true;
|
||||
# Sanboxing
|
||||
# Sandboxing
|
||||
ProtectSystem = "full";
|
||||
ProtectHome = true;
|
||||
RuntimeDirectory = "unit";
|
||||
|
|
Loading…
Reference in a new issue