summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGrisha Shipunov2025-06-11 15:35:33 +0200
committerGrisha Shipunov2025-06-11 15:35:33 +0200
commit44c31514e6090b4b24d89c49f1fa3912ce194205 (patch)
tree068d5498619fc2f2ae39b10c18e85950e0538740 /modules
parentd289649c49464fe3c0807aacc451a78505d94301 (diff)
add new ssh key
Diffstat (limited to 'modules')
-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"
];
}