From cfa3792d934a77158b240352ccdaeab78d601365 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Thu, 22 Jan 2026 21:35:13 +0100 Subject: [PATCH] vps-public: Enable screego --- hosts/vps-public/default.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/hosts/vps-public/default.nix b/hosts/vps-public/default.nix index f80104f..2bc2917 100644 --- a/hosts/vps-public/default.nix +++ b/hosts/vps-public/default.nix @@ -41,9 +41,7 @@ caddy.virtualHosts."dav.${sproutedDomain}" = { inherit (config.custom.web-services.radicale) port; extraConfig = '' - respond /.web/ "Access denied" 403 { - close - } + respond /.web/ "Access denied" 403 { close } ''; }; }; @@ -82,6 +80,11 @@ branding.name = "SproutedBin"; }; + screego = { + enable = true; + domain = "mirror.${sproutedDomain}"; + }; + radicale = { enable = true; domain = "dav.${privateDomain}";