From 5a3af24e281c0db091e1d9fea47f394aed678903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20H=C3=BCbner?= Date: Thu, 26 Jun 2025 10:13:15 +0200 Subject: [PATCH] Add dev to forgejo group --- shared/dev_user.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/dev_user.nix b/shared/dev_user.nix index 5eef390..2c167f8 100644 --- a/shared/dev_user.nix +++ b/shared/dev_user.nix @@ -18,6 +18,7 @@ extraGroups = [ "docker" "wheel" + "forgejo" ]; # hashedPassword = "$y$j9T$akQcwTP8gsnlVMq9dA18s/$pLpvci.Hn3rIucvO5u86LCQJYd9.Z4zenbAJ9RGtDL8"; };