From 2ea11731111d2cf48cad470200cd1f52e5332d4b Mon Sep 17 00:00:00 2001 From: Michael Huebner Date: Mon, 16 Jun 2025 12:37:42 +0200 Subject: [PATCH] Another fix --- git_system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_system.nix b/git_system.nix index 14d4221..c2e81c4 100644 --- a/git_system.nix +++ b/git_system.nix @@ -87,7 +87,7 @@ in serviceConfig = { Type = oneshot; ExecStart = "cp ${./home.tmpl} /var/lib/forgejo/custom"; - } + }; }; openssh = {