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;
api-server = {
enable = true;
hosts = [ apiHost ];
port = apiPort;
admins = [ username ];
};
web-server = {
enable = true;
hosts = [ webHost ];
port = webPort;
api-url = "https://${apiHost}";
};