Refactor isso configuration to streamline server settings by removing unnecessary nesting

This commit is contained in:
Danilo Reyes
2025-12-25 22:07:13 -06:00
parent cfb0ad1a31
commit 467708a7e6

View File

@@ -18,10 +18,7 @@ in
inherit (cfg) enable;
settings = {
guard.require-author = true;
server = {
listen = "http://${cfg.ip}:${toString cfg.port}/";
public-endpoint = cfg.url;
};
server.listen = "http://${cfg.ip}:${toString cfg.port}/";
admin = {
enabled = true;
password = "$ISSO_ADMIN_PASSWORD";