diff options
Diffstat (limited to 'nix/hosts/corrino/www/sso.emile.space.nix')
-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 |