Try string type
This commit is contained in:
parent
2ea1173111
commit
fa00269738
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ in
|
||||||
|
|
||||||
path = [ pkgs.nix ];
|
path = [ pkgs.nix ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = oneshot;
|
Type = "oneshot";
|
||||||
ExecStart = "cp ${./home.tmpl} /var/lib/forgejo/custom";
|
ExecStart = "cp ${./home.tmpl} /var/lib/forgejo/custom";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue