Test path to cp

This commit is contained in:
Michael Huebner 2025-06-16 13:11:40 +02:00
parent 40c88117be
commit 926844cd1a

View file

@ -35,7 +35,7 @@ in
path = [ pkgs.nix ];
serviceConfig = {
Type = "oneshot";
ExecStart = "cp ${./home.tmpl} /var/lib/forgejo/custom";
ExecStart = "/usr/bin/cp ${./home.tmpl} /var/lib/forgejo/custom";
};
};
};