Make group for users
This commit is contained in:
parent
799fd04446
commit
6d14ff1999
@ -104,7 +104,8 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users = {
|
users = {
|
||||||
|
users = {
|
||||||
authentik = {
|
authentik = {
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
group = "authentik";
|
group = "authentik";
|
||||||
@ -121,6 +122,9 @@ in {
|
|||||||
uid = cfg.uids.redis;
|
uid = cfg.uids.redis;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
groups.authentik.members =
|
||||||
|
[ "authentik" "authentik-postgres" "authentik-redis" ];
|
||||||
|
};
|
||||||
|
|
||||||
fudo.secrets.host-secrets."${hostname}" = {
|
fudo.secrets.host-secrets."${hostname}" = {
|
||||||
authentikEnv = {
|
authentikEnv = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user