borgmatic: fix timer wantedBy

This commit is contained in:
imlonghao 2023-04-17 23:10:23 +08:00
parent 061715af6d
commit bc07f0ac31
No known key found for this signature in database
GPG Key ID: BB80A757B3E37324

View File

@ -72,5 +72,8 @@ in
cfg.configurations;
systemd.packages = [ pkgs.borgmatic ];
# Workaround: https://github.com/NixOS/nixpkgs/issues/81138
systemd.timers.borgmatic.wantedBy = [ "timers.target" ];
};
}