aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-12-21 11:34:00 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-12-21 11:34:00 +0100
commit2917946ebf31570aec20e6a1b067dd995beba989 (patch)
tree1a1b5829fb2266d25ae446bac6bda77eff1141c1
parent6197225e11bc0e664ee6e2a71329cec834aa3511 (diff)
static-users: add kmein
-rw-r--r--public/kmein.id_ed25519.pub1
-rw-r--r--systems/system1/configuration.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/public/kmein.id_ed25519.pub b/public/kmein.id_ed25519.pub
new file mode 100644
index 0000000..e092475
--- /dev/null
+++ b/public/kmein.id_ed25519.pub
@@ -0,0 +1 @@
+ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDyTnGhFq0Q+vghNhrqNrAyY+CsN7nNz8bPfiwIwNpjk kfm@kabsa
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
{