nixos-config/system/desktop/restic.nix

8 lines
151 B
Nix

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