mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-26 18:19:11 +00:00
home-manager/services/borgmatic: fix config location for service-enabled backup configs
This commit is contained in:
parent
0293878dd0
commit
6db247e6fe
@ -155,7 +155,7 @@ let
|
|||||||
lib.nameValuePair "borgmatic-config-${n}" {
|
lib.nameValuePair "borgmatic-config-${n}" {
|
||||||
inherit (v.initService) startAt;
|
inherit (v.initService) startAt;
|
||||||
extraArgs = [
|
extraArgs = [
|
||||||
"--config" "${config.xdg.configHome}/borgmatic.d/${n}"
|
"--config" "${config.xdg.configHome}/borgmatic.d/${n}.yaml"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
Loading…
Reference in New Issue
Block a user