stuff
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user