mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 03:26:13 +01:00
Fix vault-agent, isSystemUser
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
f0b933b2e6
commit
e6f087566f
|
@ -90,6 +90,7 @@ in
|
|||
"${cfg.userName}" = {
|
||||
group = cfg.groupName;
|
||||
uid = cfg.uid;
|
||||
isSystemUser = true;
|
||||
};
|
||||
};
|
||||
groups = {
|
||||
|
|
Loading…
Reference in a new issue