update ssh

This commit is contained in:
Odweta
2026-01-19 17:46:41 +01:00
parent ea89aa2ce3
commit 7b920bfa4f
+5
View File
@@ -4,4 +4,9 @@
home.file.".ssh/authorized_keys".text = '' home.file.".ssh/authorized_keys".text = ''
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEhhbuolStslBp3xFjRySJs+m84YbtTP6eWJeYW3qI4X odweta@endgame ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEhhbuolStslBp3xFjRySJs+m84YbtTP6eWJeYW3qI4X odweta@endgame
''; '';
home.file."/.ssh/id_ed25519" = {
source = "/home/odweta/.ssh/id_ed25519";
mode = "0600";
};
} }