From c2e1fa41e96950ae5cc518a39dfc3cc3f0a9b3c9 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Fri, 28 Mar 2025 17:41:04 +0300 Subject: [PATCH] refactor: rename accessGroup to userGroup --- flake.lock | 8 ++++---- sp-modules/gitea/flake.nix | 2 +- sp-modules/nextcloud/flake.nix | 2 +- sp-modules/roundcube/flake.nix | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 10d5944..73ed8dc 100644 --- a/flake.lock +++ b/flake.lock @@ -45,11 +45,11 @@ ] }, "locked": { - "lastModified": 1743151942, - "narHash": "sha256-bCB4Mbt0YKIib2TqGBHcxsE2DF5y75eOt4/akmLyjJM=", + "lastModified": 1743172836, + "narHash": "sha256-Ysfmg49O3i0b8vBDYfhFg0d9Ja/RybxXB+qvC+xbr6c=", "ref": "inex/add-oauth", - "rev": "e626367ef256fa1b008c0cd9a063ffaf8ec7caec", - "revCount": 1738, + "rev": "d1db6ba7e4ba6fe7c0b39d1e381720d7b86b4806", + "revCount": 1739, "type": "git", "url": "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git" }, diff --git a/sp-modules/gitea/flake.nix b/sp-modules/gitea/flake.nix index 21fd7a6..f18fa21 100644 --- a/sp-modules/gitea/flake.nix +++ b/sp-modules/gitea/flake.nix @@ -27,7 +27,7 @@ sourcePage = "https://codeberg.org/forgejo/forgejo"; supportLevel = "normal"; sso = { - accessGroup = "sp.gitea.users"; + userGroup = "sp.gitea.users"; adminGroup = "sp.gitea.admins"; }; }; diff --git a/sp-modules/nextcloud/flake.nix b/sp-modules/nextcloud/flake.nix index 84103e3..6e171a7 100644 --- a/sp-modules/nextcloud/flake.nix +++ b/sp-modules/nextcloud/flake.nix @@ -29,7 +29,7 @@ sourcePage = "https://github.com/nextcloud"; supportLevel = "normal"; sso = { - accessGroup = "sp.nextcloud.users"; + userGroup = "sp.nextcloud.users"; adminGroup = "sp.nextcloud.admins"; }; }; diff --git a/sp-modules/roundcube/flake.nix b/sp-modules/roundcube/flake.nix index 3af1bd2..d20f919 100644 --- a/sp-modules/roundcube/flake.nix +++ b/sp-modules/roundcube/flake.nix @@ -28,7 +28,7 @@ sourcePage = "https://github.com/roundcube/roundcubemail"; supportLevel = "normal"; sso = { - accessGroup = "sp.roundcube.users"; + userGroup = "sp.roundcube.users"; adminGroup = "sp.roundcube.admins"; }; };