nixos-config/configs/workhorse/restic.nix

9 lines
139 B
Nix

{ config, ... }: {
backup.services.restic = {
"on-porani.insecure".enable = true;
"on-workhorse.private".enable = true;
};
}