nixos-config/configs/workhorse/restic.nix

9 lines
139 B
Nix
Raw Normal View History

2019-12-20 05:54:26 +01:00
{ config, ... }: {
2019-10-24 02:20:38 +02:00
backup.services.restic = {
2020-02-03 05:21:27 +01:00
"on-porani.insecure".enable = true;
2020-01-17 10:35:43 +01:00
"on-workhorse.private".enable = true;
2019-10-24 02:20:38 +02:00
};
}