Convert listen to list

This commit is contained in:
2023-06-11 00:08:59 +01:00
parent 87f974172e
commit ecd68fbd3b

View File

@ -104,10 +104,12 @@ with lib.my;
virtualHosts = {
"jellyfin.vimium.com" = {
default = true;
listen = {
listen = [
{
addr = "127.0.0.1";
port = 8000;
};
}
];
locations."/" = {
proxyPass = "http://localhost:8096";
extraConfig = proxyConfig;