services: fix proper values

This commit is contained in:
Gabriel Arazas 2022-07-26 20:04:08 +08:00
parent 09e120f2c5
commit faf11bb6ee
2 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ in {
lib.nameValuePair "gallery-dl-archive-service-${name}" {
Unit = {
Description = "gallery-dl archive job for group '${name}'";
After = "default.target";
After = [ "default.target" ];
Documentation = "man:gallery-dl(1)";
};

View File

@ -135,7 +135,7 @@ in {
lib.nameValuePair "yt-dlp-archive-service-${name}" {
Unit = {
Description = "yt-dlp archive job for group '${name}'";
After = "default.target";
After = [ "default.target" ];
Documentation = "man:yt-dlp(1)";
};