From 07278433607ad55c384ef9af575841d6fb7c6e24 Mon Sep 17 00:00:00 2001 From: Jean-Marie 'Histausse' Mineau Date: Mon, 12 Feb 2024 23:34:14 +0100 Subject: [PATCH] create group --- pp-forgejo.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pp-forgejo.nix b/pp-forgejo.nix index cf487ae..ab535f1 100644 --- a/pp-forgejo.nix +++ b/pp-forgejo.nix @@ -57,7 +57,9 @@ in home = services.forgejo.stateDir; useDefaultShell = true; isSystemUser = true; + group = "git"; }; + users.groups.git = {}; # If true, openid users cannot create new account #services.forgejo.settings.service.DISABLE_REGISTRATION = lib.mkForce (!cfg.openIdEnabled);