Unverified Commit bc07f0ac authored by imlonghao's avatar imlonghao
Browse files

borgmatic: fix timer wantedBy

parent 061715af
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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" ];
  };
}