nixos: services: tandoor-recipes: backup data
This commit is contained in:
parent
1dcf5a1f1c
commit
e40247ed81
1 changed files with 6 additions and 0 deletions
|
|
@ -83,6 +83,12 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
my.services.backup = {
|
||||||
|
paths = [
|
||||||
|
"/var/lib/tandoor-recipes"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
# NOTE: unfortunately tandoor-recipes does not log connection failures for fail2ban
|
# NOTE: unfortunately tandoor-recipes does not log connection failures for fail2ban
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue