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;