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