backups: refactor and add renoir

This commit is contained in:
Romain Paquet 2026-03-26 21:16:42 +00:00
parent e729d38637
commit c7ec1a5423
3 changed files with 42 additions and 38 deletions

View file

@ -1,12 +0,0 @@
let
user = "u422292";
host = "${user}.your-storagebox.de";
in
{
programs.ssh.knownHosts = {
storagebox-ed25519 = {
hostNames = [ "[${host}]:23" ];
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIICf9svRenC/PLKIL9nk6K/pxQgoiFC41wTNvoIncOxs";
};
};
}