From fa0026973803d3a119212ca52de319400e3e1d72 Mon Sep 17 00:00:00 2001 From: Michael Huebner Date: Mon, 16 Jun 2025 13:01:35 +0200 Subject: [PATCH] Try string type --- git_system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_system.nix b/git_system.nix index c2e81c4..f1ab6d5 100644 --- a/git_system.nix +++ b/git_system.nix @@ -85,7 +85,7 @@ in path = [ pkgs.nix ]; serviceConfig = { - Type = oneshot; + Type = "oneshot"; ExecStart = "cp ${./home.tmpl} /var/lib/forgejo/custom"; }; };