This commit is contained in:
Shelvacu
2025-02-09 00:34:15 -08:00
committed by Shelvacu on fw
parent 9be8572670
commit 2dd2cadfba

View File

@@ -82,6 +82,11 @@ in
services.kanidm = {
enableServer = true;
enableClient = true;
clientSettings = {
uri = "https://localhost:${toString port}";
verify_hostnames = false;
verify_ca = false;
};
serverSettings = {
bindaddress = "[::]:${toString port}";
inherit domain;