nixos: services: mealie: backup state directory
All checks were successful
ci/woodpecker/push/check Pipeline was successful

Somehow forgot to do this when first writing the module.
This commit is contained in:
Bruno BELANYI 2025-11-23 17:08:35 +01:00
parent f546f85037
commit 5cd9155a58

View file

@ -54,6 +54,12 @@ in
}; };
}; };
my.services.backup = {
paths = [
"/var/lib/mealie"
];
};
services.fail2ban.jails = { services.fail2ban.jails = {
mealie = '' mealie = ''
enabled = true enabled = true