From 72472e8edf709a6e9fff69b3f9cd63ef3434b83e Mon Sep 17 00:00:00 2001 From: Alexander Tomokhov Date: Tue, 22 Apr 2025 21:17:59 +0400 Subject: [PATCH] auth: do not create sp.selfprivacy-api.* groups --- auth/auth-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/auth-module.nix b/auth/auth-module.nix index 4d8498b..fa831b5 100644 --- a/auth/auth-module.nix +++ b/auth/auth-module.nix @@ -331,7 +331,7 @@ in , usersGroup , ... }: { - groups = { + groups = lib.mkIf (clientID != "selfprivacy-api") { "${adminsGroup}".members = [ auth-passthru.admins-group ]; "${usersGroup}".members =