nixos/unit: fix typo

This commit is contained in:
Izorkin 2019-12-28 22:12:45 +03:00
parent b5bd159690
commit 192df19a7c

View file

@ -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";