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 = {

View File

@@ -4,19 +4,17 @@
enable = true;
user = "dominik";
addonList = ''
https://www.curseforge.com/wow/addons/console-port/download
https://www.curseforge.com/wow/addons/immersion/download
https://www.curseforge.com/wow/addons/dynamiccam/download
https://www.curseforge.com/wow/addons/bagnon/download
https://www.curseforge.com/wow/addons/guidelime/download
https://www.wowinterface.com/downloads/info23536-ConsolePort.html
https://www.wowinterface.com/downloads/info24714-Immersion.html
https://www.wowinterface.com/downloads/info25570-DynamicCam.html
https://www.wowinterface.com/downloads/info4459-Bagnon.html
'';
classicAddonList = ''
https://www.curseforge.com/wow/addons/console-port/download
https://www.curseforge.com/wow/addons/immersion/download
https://www.curseforge.com/wow/addons/dynamiccam/download
https://www.curseforge.com/wow/addons/bagnon/download
https://www.curseforge.com/wow/addons/guidelime/download
https://www.curseforge.com/wow/addons/guidelime_sage/download
https://www.wowinterface.com/downloads/info23536-ConsolePort.html
https://www.wowinterface.com/downloads/info24714-Immersion.html
https://www.wowinterface.com/downloads/info25570-DynamicCam.html
https://www.wowinterface.com/downloads/info4459-Bagnon.html
https://github.com/max-ri/Guidelime.git
'';
};
}