From 82261066d417d7e6504017abea83044b9fd6a385 Mon Sep 17 00:00:00 2001 From: System administrator Date: Tue, 21 May 2024 12:59:29 +0000 Subject: [PATCH] removed cloud.geokkjer acme error --- proxy/configuration.nix | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) 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;