move hosts

This commit is contained in:
root 2025-11-09 00:05:37 +00:00
parent f8651a6cf1
commit ec4f066396
18 changed files with 181 additions and 229 deletions

View file

@ -3,7 +3,7 @@
age.secrets."borg_pass".file = ../secrets/borg_pass;
distrust.backups = {
borgRepository = "";
borgRepository = "ssh://u506783@u506783.your-storagebox.de:23";
borgSSHKey = config.age.secrets."borg_ed25519".path;
borgPassCommand = "cat ${config.age.secrets."borg_pass".path}";
};