summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2020-01-21 11:39:41 +0000
committerGitHub <noreply@github.com>2020-01-21 11:39:41 +0000
commit71c19d3efaa28a226134594d170c6dec79f1d908 (patch)
treef52c1202c2f1d8d77fd5f782e9f0d42e657546f8 /nixos
parent9d409bba514a5b07a5137d909b14b5fc97b09ad6 (diff)
parent192df19a7c329d2a015a516c72c72f52ee882621 (diff)
downloadnixpkgs-71c19d3efaa28a226134594d170c6dec79f1d908.tar
nixpkgs-71c19d3efaa28a226134594d170c6dec79f1d908.tar.gz
nixpkgs-71c19d3efaa28a226134594d170c6dec79f1d908.tar.bz2
nixpkgs-71c19d3efaa28a226134594d170c6dec79f1d908.tar.lz
nixpkgs-71c19d3efaa28a226134594d170c6dec79f1d908.tar.xz
nixpkgs-71c19d3efaa28a226134594d170c6dec79f1d908.tar.zst
nixpkgs-71c19d3efaa28a226134594d170c6dec79f1d908.zip
Merge pull request #76537 from Izorkin/unit
unit: 1.13.0 -> 1.14.0
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-servers/unit/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-servers/unit/default.nix b/nixos/modules/services/web-servers/unit/default.nix
index 2303dfa9540..b0b837cd192 100644
--- a/nixos/modules/services/web-servers/unit/default.nix
+++ b/nixos/modules/services/web-servers/unit/default.nix
@@ -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";