fix mismatched types issue
This commit is contained in:
parent
751f878765
commit
4932730857
1 changed files with 40 additions and 41 deletions
|
|
@ -124,6 +124,7 @@ in {
|
|||
extraConfig = extraCfg;
|
||||
};
|
||||
}) {} (builtins.attrNames cfg);
|
||||
};
|
||||
|
||||
services.borgbackup.jobs =
|
||||
builtins.foldl'
|
||||
|
|
@ -164,9 +165,7 @@ in {
|
|||
inherit preHook;
|
||||
inherit postHook;
|
||||
};
|
||||
})
|
||||
{}
|
||||
(builtins.attrNames cfg);
|
||||
}) {} (builtins.attrNames cfg);
|
||||
|
||||
systemd.tmpfiles.settings = {
|
||||
"99-borgdatabasebackups"."/var/backup/postgres".d = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue