nixos-config/configs/workhorse/restic.nix

10 lines
122 B
Nix
Raw Normal View History

2019-10-24 02:20:38 +02:00
{config, ... }:
{
backup.services.restic = {
"on-porani".enable = false;
"on-workhorse".enable = true;
};
}