diff options
author | 2024-12-21 11:34:00 +0100 | |
---|---|---|
committer | 2024-12-21 11:34:00 +0100 | |
commit | 2917946ebf31570aec20e6a1b067dd995beba989 (patch) | |
tree | 1a1b5829fb2266d25ae446bac6bda77eff1141c1 /systems/system1 | |
parent | 6197225e11bc0e664ee6e2a71329cec834aa3511 (diff) |
static-users: add kmein
Diffstat (limited to 'systems/system1')
-rw-r--r-- | systems/system1/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systems/system1/configuration.nix b/systems/system1/configuration.nix index b33edbe..1d4ba11 100644 --- a/systems/system1/configuration.nix +++ b/systems/system1/configuration.nix @@ -24,6 +24,7 @@ (toString ../../public + "/kirchner@hereon.id_rsa.pub") (toString ../../public + "/kirchner@hereon-laptop.id_rsa.pub") ]; + fysiweb-apps.public.static-users.public.users.kmein.publicKeyFiles = [ (toString ../../public + "/kmein.id_ed25519.pub") ]; } # enable authelia { |