mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
treewide: Switch to system users
This commit is contained in:
parent
d4f085036b
commit
d6c08776ba
48 changed files with 81 additions and 17 deletions
|
@ -546,6 +546,7 @@ in
|
|||
|
||||
users.users.oauth2_proxy = {
|
||||
description = "OAuth2 Proxy";
|
||||
isSystemUser = true;
|
||||
};
|
||||
|
||||
systemd.services.oauth2_proxy = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue