Skip to content

Commit 6a3f316

Browse files
committed
Properly use accessMode.fullyPrivate.users
Signed-off-by: magic_rb <[email protected]>
1 parent 2299ddb commit 6a3f316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/master.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ in
813813
"gitea"
814814
])
815815
{
816-
github-user = lib.concatStringsSep "," cfg.admins;
816+
github-user = lib.concatStringsSep "," (cfg.accessMode.fullyPrivate.users ++ cfg.admins);
817817
github-team = cfg.accessMode.fullyPrivate.teams;
818818
email-domain = "*";
819819
}

0 commit comments

Comments
 (0)