change wow addon manager

This commit is contained in:
2023-09-30 13:18:13 +02:00
parent 9ee5c1ebc4
commit 278288a4a4
6 changed files with 17 additions and 19 deletions

View File

@@ -15,8 +15,8 @@ with lib;
};
startAt = mkOption {
type = with types; either str (listOf str);
default = "*:0/15";
example = "*:0/15";
default = "*-*-* 01:15:00";
example = "*-*-* 01:15:00";
description = lib.mdDoc ''
The time(s) to run wow-addon-manager updates.
Specified in systemd's time format; see
@@ -112,6 +112,7 @@ with lib;
serviceConfig = {
Type = "oneshot";
User = cfg.user;
Environment = "PATH=${pkgs.wget}/bin:${pkgs.unzip}/bin:${pkgs.gnused}/bin:${pkgs.coreutils}/bin:${pkgs.gnugrep}/bin:${pkgs.git}/bin:${pkgs.curl}:/bin:${pkgs.rsync}/bin";
};
};
environment.etc = {