diff --git a/hosts/Infini-SERVER/default.nix b/hosts/Infini-SERVER/default.nix index 79997fd..75bad50 100644 --- a/hosts/Infini-SERVER/default.nix +++ b/hosts/Infini-SERVER/default.nix @@ -1,7 +1,6 @@ { config, pkgs, lib, private, ... }: { imports = [ private.nixosModules.minecraft-servers - private.nixosModules.nitter ./hardware-configuration.nix ./filesystems.nix ]; @@ -91,9 +90,7 @@ globalRedirect = "inx.moe"; }; "nitter.inx.moe" = ssl // { - locations."/" = { - proxyPass = "http://localhost:8000"; - }; + globalRedirect = "twitter.com"; }; "thelounge.inx.moe" = ssl // { locations."/" = { @@ -103,24 +100,6 @@ }; }; - nitter = rec { - enable = true; - server = { - title = "Nitter | inx.moe"; - port = 8000; - hostname = "nitter.inx.moe"; - }; - openFirewall = true; - preferences = { - hideTweetStats = true; - hlsPlayback = true; - infiniteScroll = true; - proxyVideos = true; - replaceTwitter = server.hostname; - theme = "Black"; - }; - }; - thelounge = { enable = true; plugins = with pkgs.theLoungePlugins; [