From c0ab22eebd2e6f91a85de41f70d226e411c42a6d Mon Sep 17 00:00:00 2001 From: ibizaman Date: Tue, 23 Sep 2025 23:47:53 +0200 Subject: [PATCH] pinchflat: update docs --- modules/services/pinchflat/docs/default.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/services/pinchflat/docs/default.md b/modules/services/pinchflat/docs/default.md index 0ffc6ad..b4dcf55 100644 --- a/modules/services/pinchflat/docs/default.md +++ b/modules/services/pinchflat/docs/default.md @@ -32,7 +32,6 @@ shb.pinchflat = { ldap = { enable = true; - userGroup = "pinchflat_user"; }; sso = { enable = true; @@ -44,6 +43,9 @@ shb.sops.secret."pinchflat/secretKeyBase".request = config.shb.pinchflat.secretK Secrets can be randomly generated with `nix run nixpkgs#openssl -- rand -hex 64`. +The [user](#services-pinchflat-options-shb.pinchflat.ldap.userGroup) +LDAP group is created automatically. + ## Backup {#services-pinchflat-usage-backup} Backing up Pinchflat using the [Restic block](blocks-restic.html) is done like so: