summaryrefslogtreecommitdiff
path: root/modules/server/ssh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/server/ssh.nix')
-rw-r--r--modules/server/ssh.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/server/ssh.nix b/modules/server/ssh.nix
index 4c27a00..ea463d5 100644
--- a/modules/server/ssh.nix
+++ b/modules/server/ssh.nix
@@ -10,5 +10,6 @@
networking.firewall.allowedTCPPorts = [ 22 ];
users.users.root.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJl9iYG5oHBq/poBn7Jf1/FGWWbAnbx+NKjs7qtT3uAK 0xa@toaster 2024-12-31"
+ "sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAINjKbSzsAx8P9POD9pOXO+Fxub68V828sNatPA6+2zmGAAAABHNzaDo= 0xa@keychain-A"
];
}