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 rm -f /var/backup/postgres/${key}.sql
''; '';
in in
acc if site.backup.enable
// lib.mkIf site.backup.enable { then acc // {
"${key}" = { "${key}" = {
repo = backup_cfg.borgRepository + "/./${key}"; repo = backup_cfg.borgRepository + "/./${key}";
environment = { environment = {