niksos/hosts/niks/restic.nix

10 lines
207 B
Nix
Raw Normal View History

2024-09-01 22:51:32 +02:00
_: {
2023-10-03 19:22:24 +02:00
services.restic.backups = {
chmuraBackup = {
extraOptions = [
"sftp.command='ssh chmura@jacekpoz.pl -i ~/.ssh/chmura -s sftp'"
];
};
};
}