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