nixos-config/system/desktop/restic.nix
2019-10-24 02:24:33 +02:00

16 lines
252 B
Nix

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