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