nixos-config/configs/workhorse/restic.nix
2020-01-17 22:35:43 +13:00

8 lines
139 B
Nix

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