diff options
author | 2025-03-04 22:58:15 +0100 | |
---|---|---|
committer | 2025-03-04 22:58:15 +0100 | |
commit | 332d517140d80f702048b3decf3aa542a128a62c (patch) | |
tree | 116f86d2b20ea44786b1ca15ec87587038d910c8 /configs/default.nix | |
parent | 48b300aabdf61b5ef9c6bb826af0f89960b3c278 (diff) |
aforemny: add alternate SSH key
Diffstat (limited to 'configs/default.nix')
-rw-r--r-- | configs/default.nix | 1 |
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 ]; |