remove kanidm client

This commit is contained in:
xunuwu 2025-03-20 22:38:59 +01:00
parent fdb2c81d50
commit dc7006f9d6
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
2 changed files with 0 additions and 8 deletions

View file

@ -1,7 +0,0 @@
{pkgs, ...}: {
services.kanidm = {
enableClient = true;
package = pkgs.kanidm_1_4;
clientSettings.uri = "https://kanidm.xunuwu.xyz";
};
}