mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +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}" {
|
||||
Unit = {
|
||||
Description = "gallery-dl archive job for group '${name}'";
|
||||
After = "default.target";
|
||||
After = [ "default.target" ];
|
||||
Documentation = "man:gallery-dl(1)";
|
||||
};
|
||||
|
||||
|
@ -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)";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user