nixos-config/configs/workhorse/restic.nix
2019-10-26 13:46:37 +02:00

9 lines
123 B
Nix

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