diff --git a/void.nix b/void.nix index 967a03a..1cabbe7 100644 --- a/void.nix +++ b/void.nix @@ -430,12 +430,6 @@ enableACME = true; forceSSL = true; }; - "audiobookshelf.005540.xyz" = { - locations."/".proxyPass = "http://localhost:8000"; - locations."/".proxyWebsockets = true; - enableACME = true; - forceSSL = true; - }; "victorialogs.005540.xyz" = { locations."/".proxyPass = "http://localhost:9428"; locations."/".basicAuthFile = "/etc/nixos/secrets/victorialogs/basicauth";