fix mismatched types issue

This commit is contained in:
= 2025-11-08 21:27:43 +00:00
parent 51dba5e7d6
commit 867aacd6cb

View file

@ -143,8 +143,8 @@ in {
rm -f /var/backup/postgres/${key}.sql
'';
in
acc
// lib.mkIf site.backup.enable {
if site.backup.enable
then acc // {
"${key}" = {
repo = backup_cfg.borgRepository + "/./${key}";
environment = {
@ -175,4 +175,4 @@ in {
};
};
};
}
}