diff --git a/bert/services/http/index.nix b/bert/services/http/index.nix index 409986b..c4135ff 100644 --- a/bert/services/http/index.nix +++ b/bert/services/http/index.nix @@ -13,6 +13,7 @@ ./maps.chandlerswift.com.nix ./music.chandlerswift.com.nix ./preview.chandlerswift.com.nix + ./sharontrahan.com.nix ./social.chandlerswift.com.nix ./stjohnscccc.com.nix ./stjohnscccc.org.nix diff --git a/bert/services/http/sharontrahan.com.nix b/bert/services/http/sharontrahan.com.nix new file mode 100644 index 0000000..b6a759d --- /dev/null +++ b/bert/services/http/sharontrahan.com.nix @@ -0,0 +1,8 @@ +{ + services.caddy.virtualHosts."sharontrahan.com" = { + serverAliases = ["www.sharontrahan.com"]; + extraConfig = '' + redir https://fusion-living.com/ + ''; + }; +}