8 lines
123 B
Nix
8 lines
123 B
Nix
{ config, ... }: {
|
|
|
|
backup.services.restic = {
|
|
"on-porani".enable = false;
|
|
"on-workhorse".enable = true;
|
|
};
|
|
|
|
}
|