chore(nix): remove stale 'privsep phase 2' labels from comments
privsep is complete and always on. the phased-rollout framing is historical — drop it from the inline comments, keeping the accurate description of what the user + delegation actually do.
This commit is contained in:
parent
480b35aac4
commit
1e986a0270
2 changed files with 4 additions and 5 deletions
|
|
@ -795,10 +795,9 @@ in
|
|||
managerToplevel
|
||||
];
|
||||
|
||||
# Unprivileged coordinator user. hive-c0re runs as this user
|
||||
# (privsep phase 2); privileged operations are delegated to
|
||||
# hive-priv which runs as root, socket-activated at
|
||||
# /run/hive/priv.sock.
|
||||
# Unprivileged coordinator user. hive-c0re runs as this user;
|
||||
# privileged operations are delegated to hive-priv which runs as
|
||||
# root, socket-activated at /run/hive/priv.sock.
|
||||
users.users.hive-core = {
|
||||
isSystemUser = true;
|
||||
group = "hive-core";
|
||||
|
|
|
|||
Loading…
Reference in a new issue