Fix nix ssh settings

This commit is contained in:
Vili Sinervä 2025-07-14 01:51:32 +03:00
parent 0e8b73f9e2
commit ae10053eeb
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos

View file

@ -15,6 +15,7 @@ in
sshServe = {
enable = true;
trusted = true;
write = true;
keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKNhPvGogPY/O6kIqrpbz0EcK4L5QQShvD+vuyk7FxFd root@cert-store"