From c878c4981bf1e02b3b428d59933914d8d0a76dde Mon Sep 17 00:00:00 2001 From: Emile Date: Tue, 3 Dec 2024 22:03:00 +0100 Subject: (corrino) add authelia-main users --- nix/hosts/corrino/www/sso.emile.space.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- cgit 1.4.1