nixos-config/system/desktop/restic.nix

12 lines
223 B
Nix

{
backup.services.restic = {
"on-porani.private".enable = true;
"on-workhorse.private".enable = true;
"on-workout.private".enable = true;
};
backup.all.restic.dirs = [ "/home/palo/.password-store" ];
}