From cbac00966728cac2512a7ab1723cb06d4b6b28d1 Mon Sep 17 00:00:00 2001 From: lew Date: Sun, 5 Apr 2026 01:48:44 +0100 Subject: [PATCH] =?UTF-8?q?add=20ily.rs=20=E2=86=92=20wynne.rs=20redirect?= =?UTF-8?q?=20via=20Caddy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/lab/wynne.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/lab/wynne.nix b/hosts/lab/wynne.nix index 2b3a669..5a276a8 100644 --- a/hosts/lab/wynne.nix +++ b/hosts/lab/wynne.nix @@ -11,6 +11,12 @@ in ''; }; + services.caddy.virtualHosts."ily.rs" = { + extraConfig = '' + redir https://wynne.rs{uri} permanent + ''; + }; + systemd.services.wynne = { description = "wynne.rs"; after = [ "network.target" ];