borgmatic: fix timer wantedBy
This commit is contained in:
@@ -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" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user