From 7c7cd951c543833cb09eb7cc59745bcd9f538b92 Mon Sep 17 00:00:00 2001 From: Wei Tang Date: Tue, 26 Oct 2021 20:47:30 +0200 Subject: [PATCH] nixos/step-ca: fix comment typo --- nixos/modules/services/security/step-ca.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;