fifth error

This commit is contained in:
Lyes Saadi 2025-10-13 00:10:40 +02:00
parent d801a0412f
commit 84e15f6b42
Signed by: lyes
GPG key ID: 55A1D803917CF39A
4 changed files with 8 additions and 7 deletions

View file

@ -5,6 +5,7 @@ let
port = "44300";
in
{
users.users.kanidm.extraGroups = [ "nginx" ];
services.kanidm = {
package = pkgs.kanidmWithSecretProvisioning_1_7;