nixos-config/system/server/restic.nix

10 lines
137 B
Nix
Raw Normal View History

2019-10-25 09:54:38 +02:00
{
backup.services.restic = {
"on-porani".enable = true;
"on-workhorse".enable = true;
"on-workout".enable = true;
};
}