mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
services: fix proper values
This commit is contained in:
parent
09e120f2c5
commit
faf11bb6ee
@ -165,7 +165,7 @@ in {
|
|||||||
lib.nameValuePair "gallery-dl-archive-service-${name}" {
|
lib.nameValuePair "gallery-dl-archive-service-${name}" {
|
||||||
Unit = {
|
Unit = {
|
||||||
Description = "gallery-dl archive job for group '${name}'";
|
Description = "gallery-dl archive job for group '${name}'";
|
||||||
After = "default.target";
|
After = [ "default.target" ];
|
||||||
Documentation = "man:gallery-dl(1)";
|
Documentation = "man:gallery-dl(1)";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -135,7 +135,7 @@ in {
|
|||||||
lib.nameValuePair "yt-dlp-archive-service-${name}" {
|
lib.nameValuePair "yt-dlp-archive-service-${name}" {
|
||||||
Unit = {
|
Unit = {
|
||||||
Description = "yt-dlp archive job for group '${name}'";
|
Description = "yt-dlp archive job for group '${name}'";
|
||||||
After = "default.target";
|
After = [ "default.target" ];
|
||||||
Documentation = "man:yt-dlp(1)";
|
Documentation = "man:yt-dlp(1)";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user