nixos-config/system/desktop/restic.nix

14 lines
205 B
Nix
Raw Normal View History

2019-10-24 02:20:38 +02:00
{
backup.services.restic = {
2019-10-25 09:54:38 +02:00
"on-porani".enable = true;
2019-10-24 02:20:38 +02:00
"on-workhorse".enable = true;
"on-workout".enable = true;
};
backup.all.restic.dirs = [
"/home/palo/.password-store"
];
}