From 91c015972d2032a042f466e3d41ad71e292acb8e Mon Sep 17 00:00:00 2001 From: Michael Huebner Date: Mon, 16 Jun 2025 13:24:00 +0200 Subject: [PATCH] Remove absolute path --- git_system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_system.nix b/git_system.nix index 0b20546..afb2a71 100644 --- a/git_system.nix +++ b/git_system.nix @@ -38,7 +38,7 @@ in ]; serviceConfig = { Type = "simple"; - ExecStart = "/usr/bin/cp ${./home.tmpl} /var/lib/forgejo/custom"; + ExecStart = "cp ${./home.tmpl} /var/lib/forgejo/custom"; }; }; };