diff options
author | Emile <git@emile.space> | 2024-12-03 22:03:00 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2024-12-03 22:03:00 +0100 |
commit | c878c4981bf1e02b3b428d59933914d8d0a76dde (patch) | |
tree | d526e8f82b65a19338968f361936d1c7169c21c6 | |
parent | adec09e39949cbc54f3704cceaea54965bf5ecbd (diff) |
(corrino) add authelia-main users
-rw-r--r-- | nix/hosts/corrino/www/sso.emile.space.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/nix/hosts/corrino/www/sso.emile.space.nix b/nix/hosts/corrino/www/sso.emile.space.nix index 803af27..2596bbe 100644 --- a/nix/hosts/corrino/www/sso.emile.space.nix +++ b/nix/hosts/corrino/www/sso.emile.space.nix @@ -63,6 +63,17 @@ in }; }; + users.users."authelia-main" = { + # isNormalUser = true; + name = "authelia-main"; + }; + + users.groups."authelia-main" = { + name = "authelia-main"; + members = [ "authelia-main" ]; + }; + + # set the permissions for the secrets... age.secrets = { # ... passwed via environment vars |