From 279e1064270102934fb8607be70b7c2af7769fcb Mon Sep 17 00:00:00 2001 From: goeranh Date: Mon, 20 Apr 2026 09:17:36 +0200 Subject: [PATCH] fix cloud duplicate --- hosts/proxy/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hosts/proxy/default.nix b/hosts/proxy/default.nix index 200ede2..2400a9a 100644 --- a/hosts/proxy/default.nix +++ b/hosts/proxy/default.nix @@ -177,13 +177,6 @@ httpsPort = 443; sendProxy = false; }; - cloud = { - dest = "141.56.51.16"; - domain = "cloud.htw.stura-dresden.de"; - httpPort = 80; - httpsPort = 443; - sendProxy = false; - }; wiki = { dest = "141.56.51.13"; domain = "wiki.htw.stura-dresden.de";