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}";