13 lines
205 B
Nix
13 lines
205 B
Nix
{
|
|
|
|
backup.services.restic = {
|
|
"on-porani".enable = true;
|
|
"on-workhorse".enable = true;
|
|
"on-workout".enable = true;
|
|
};
|
|
|
|
backup.all.restic.dirs = [
|
|
"/home/palo/.password-store"
|
|
];
|
|
|
|
}
|