nixos-config/system/desktop/restic.nix
2020-01-17 22:35:43 +13:00

11 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" ];
}