diff --git a/proxy/configuration.nix b/proxy/configuration.nix index a735deb..a17de8c 100644 --- a/proxy/configuration.nix +++ b/proxy/configuration.nix @@ -6,8 +6,8 @@ in imports = [ ./gandicloud.nix ]; environment.systemPackages = with pkgs; [ - neovim curl htop glances neofetch - tailscale + neovim curl htop bottom fastfetch + tailscale git ]; # Firewall @@ -28,14 +28,6 @@ in recommendedTlsSettings = true; virtualHosts = { - "cloud.geokkjer.eu" = { - default = false; - enableACME = true; - addSSL = true; - locations."/" = { - proxyPass = "http://server1.tail807ea.ts.net"; - }; - }; "audiobooks.geokkjer.eu" = { default = false; enableACME = true;