aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2025-03-04 22:58:15 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2025-03-04 22:58:15 +0100
commit332d517140d80f702048b3decf3aa542a128a62c (patch)
tree116f86d2b20ea44786b1ca15ec87587038d910c8 /configs
parent48b300aabdf61b5ef9c6bb826af0f89960b3c278 (diff)
aforemny: add alternate SSH key
Diffstat (limited to 'configs')
-rw-r--r--configs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/default.nix b/configs/default.nix
index 3693318..0ba5c28 100644
--- a/configs/default.nix
+++ b/configs/default.nix
@@ -5,6 +5,7 @@
# `fysiweb deploy`, if it exists.
{
users.users.root.openssh.authorizedKeys.keyFiles = [
+ ../public/aforemny.id_ed25519.pub
../public/aforemny.id_rsa.pub
../public/kirchner.id_rsa.pub
];