Fixing all warnings

This commit is contained in:
Lyes Saadi 2026-03-06 20:34:14 +01:00
parent 32720ae712
commit 169912a47b
Signed by: lyes
GPG key ID: 55A1D803917CF39A
15 changed files with 124 additions and 92 deletions

View file

@ -2,12 +2,13 @@
{
services.kanidm = {
package = pkgs.kanidmWithSecretProvisioning_1_8;
package = pkgs.kanidmWithSecretProvisioning_1_9;
enableClient = true;
clientSettings = {
uri = "https://auth.lyes.eu";
client = {
enable = true;
settings = {
uri = "https://auth.lyes.eu";
};
};
};
}