9 lines
207 B
Nix
9 lines
207 B
Nix
_: {
|
|
services.restic.backups = {
|
|
chmuraBackup = {
|
|
extraOptions = [
|
|
"sftp.command='ssh chmura@jacekpoz.pl -i ~/.ssh/chmura -s sftp'"
|
|
];
|
|
};
|
|
};
|
|
}
|