nixos-config/configs/workhorse/restic.nix
Ingolf Wagner 54bab918d7
init
2019-10-24 02:24:33 +02:00

9 lines
122 B
Nix

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