From 96efcd1ba603c6d03cf2f328fb5c57f2721b932a Mon Sep 17 00:00:00 2001 From: cy Date: Fri, 10 Jan 2025 01:37:57 -0500 Subject: [PATCH] fix git user for forgejo --- hosts/chunk/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/chunk/default.nix b/hosts/chunk/default.nix index 563aa21..192854e 100644 --- a/hosts/chunk/default.nix +++ b/hosts/chunk/default.nix @@ -139,7 +139,8 @@ ]; # for forgejo users.users.git = { - isSystemUser = true; + isNormalUser = true; + home = "/var/lib/forgejo"; group = "git"; }; users.groups.git = {};