diff --git a/hosts/yevaud/configuration.nix b/hosts/yevaud/configuration.nix index 4df7229..d06c5cf 100644 --- a/hosts/yevaud/configuration.nix +++ b/hosts/yevaud/configuration.nix @@ -30,6 +30,11 @@ enableACME = true; locations."/".return = "301 https://git.qenya.tel$request_uri"; }; + "birdsong.network" = { + forceSSL = true; + enableACME = true; + locations."/".return = "301 https://git.qenya.tel/qenya/birdsong/"; + }; }; };