diff --git a/hosts/library/default.nix b/hosts/library/default.nix index 464951c..159f926 100644 --- a/hosts/library/default.nix +++ b/hosts/library/default.nix @@ -104,10 +104,12 @@ with lib.my; virtualHosts = { "jellyfin.vimium.com" = { default = true; - listen = { - addr = "127.0.0.1"; - port = 8000; - }; + listen = [ + { + addr = "127.0.0.1"; + port = 8000; + } + ]; locations."/" = { proxyPass = "http://localhost:8096"; extraConfig = proxyConfig;