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