about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorWei Tang <wei@that.world>2021-10-26 20:47:30 +0200
committerGitHub <noreply@github.com>2021-10-26 20:47:30 +0200
commit7c7cd951c543833cb09eb7cc59745bcd9f538b92 (patch)
tree380899c3fdb9ec6d759f2f1ed1293e9e3e69a140 /nixos
parent69e6c29f0a61b3c06a3ab638484cfa53db78146c (diff)
downloadnixlib-7c7cd951c543833cb09eb7cc59745bcd9f538b92.tar
nixlib-7c7cd951c543833cb09eb7cc59745bcd9f538b92.tar.gz
nixlib-7c7cd951c543833cb09eb7cc59745bcd9f538b92.tar.bz2
nixlib-7c7cd951c543833cb09eb7cc59745bcd9f538b92.tar.lz
nixlib-7c7cd951c543833cb09eb7cc59745bcd9f538b92.tar.xz
nixlib-7c7cd951c543833cb09eb7cc59745bcd9f538b92.tar.zst
nixlib-7c7cd951c543833cb09eb7cc59745bcd9f538b92.zip
nixos/step-ca: fix comment typo
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/security/step-ca.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/security/step-ca.nix b/nixos/modules/services/security/step-ca.nix
index 2eccc30e4056..db7f81acd2a3 100644
--- a/nixos/modules/services/security/step-ca.nix
+++ b/nixos/modules/services/security/step-ca.nix
@@ -119,7 +119,7 @@ in
           ];
 
           # ProtectProc = "invisible"; # not supported by upstream yet
-          # ProcSubset = "pid"; # not supported by upstream upstream yet
+          # ProcSubset = "pid"; # not supported by upstream yet
           # PrivateUsers = true; # doesn't work with privileged ports therefore not supported by upstream
 
           DynamicUser = true;