split!
This commit is contained in:
parent
68704bc88e
commit
b9c6c1da6a
25 changed files with 87 additions and 6 deletions
10
services/shared/borg.nix
Normal file
10
services/shared/borg.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{config, ...}: {
|
||||
age.secrets."borg_ed25519".file = ../secrets/borg_ed25519;
|
||||
age.secrets."borg_pass".file = ../secrets/borg_pass;
|
||||
|
||||
distrust.backups = {
|
||||
borgRepository = "ssh://u506783@u506783.your-storagebox.de:23";
|
||||
borgSSHKey = config.age.secrets."borg_ed25519".path;
|
||||
borgPassCommand = "cat ${config.age.secrets."borg_pass".path}";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue