nixos-config/configs/workhorse/restic.nix
2020-02-03 17:21:27 +13:00

8 lines
139 B
Nix

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