Merge pull request #226663 from imlonghao/borgmatic/fix-timer

borgmatic: fix timer wantedBy
This commit is contained in:
Nick Cao 2023-04-18 09:14:54 +08:00 committed by GitHub
commit cad8526695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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" ];
};
}