Your one-stop-cake-shop for everything Freshly Baked has to offer

feat(pm/menu): add starry.sk domain

I've chatted with Coded, and we think it's better to run the same
shortener on all our short domains than to have separate shorteners for
separate domains. Therefore, let's extend menu to starry.sk

Changed files
+8 -2
packetmix
systems
teal
+8 -2
packetmix/systems/teal/menu.nix
··· 56 56 type = "A"; 57 57 value = "100.64.0.5"; 58 58 } 59 + { 60 + # starry.sk -> teal 61 + name = "starry.sk"; 62 + type = "A"; 63 + value = "100.64.0.5"; 64 + } 59 65 ]; 60 66 61 67 services.nginx.virtualHosts."menu.freshlybakedca.ke" = { ··· 68 74 enableACME = true; 69 75 acmeRoot = null; 70 76 71 - serverAliases = [ "go.search.freshly.space" ]; 77 + serverAliases = [ "go.search.freshly.space" "starry.sk" ]; 72 78 73 79 locations."/" = { 74 80 proxyPass = "http://127.0.0.1:1038"; ··· 91 97 92 98 serverName = "menu.freshlybakedca.ke"; 93 99 94 - serverAliases = [ "go.search.freshly.space" ]; 100 + serverAliases = [ "go.search.freshly.space" "starry.sk" ]; 95 101 96 102 locations."/" = { 97 103 proxyPass = "http://127.0.0.1:1038";