mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +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}" {
|
||||
inherit (v.initService) startAt;
|
||||
extraArgs = [
|
||||
"--config" "${config.xdg.configHome}/borgmatic.d/${n}"
|
||||
"--config" "${config.xdg.configHome}/borgmatic.d/${n}.yaml"
|
||||
];
|
||||
};
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user