Try string type

This commit is contained in:
Michael Huebner 2025-06-16 13:01:35 +02:00
parent 2ea1173111
commit fa00269738

View file

@ -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";
}; };
}; };