1
Fork 0

Remove hosts from intray config

This commit is contained in:
Matei Adriel 2024-02-03 15:38:09 +01:00
parent a4e4635b05
commit 995359e380
No known key found for this signature in database

View file

@ -18,13 +18,11 @@ in
openFirewall = false; openFirewall = false;
api-server = { api-server = {
enable = true; enable = true;
hosts = [ apiHost ];
port = apiPort; port = apiPort;
admins = [ username ]; admins = [ username ];
}; };
web-server = { web-server = {
enable = true; enable = true;
hosts = [ webHost ];
port = webPort; port = webPort;
api-url = "https://${apiHost}"; api-url = "https://${apiHost}";
}; };