ssh into guest

This commit is contained in:
Till 2025-09-02 10:10:16 +02:00
parent 261dbdc6c7
commit 2826532a6b

View file

@ -10,5 +10,8 @@
"networkmanager" "networkmanager"
]; ];
shell = pkgs.fish; shell = pkgs.fish;
openssh.authorizedKeys.keyFiles = [
./ssh/till${"@"}nova.pub
];
}; };
} }