nixos-config/system/desktop/restic.nix
2020-04-29 20:27:49 +02:00

7 lines
151 B
Nix

{ lib, ... }: {
backup.services.restic = { "on-porani.insecure".enable = false; };
backup.all.restic.dirs = [ "/home/palo/.password-store" ];
}