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