feat: new wiki domain

This commit is contained in:
silver 2024-07-09 22:12:41 +01:00
parent b7cb7eeade
commit b6b9ae0579
Signed by: silver
GPG key ID: 54E2C71918E93B74
3 changed files with 57 additions and 13 deletions

View file

@ -25,7 +25,6 @@ in {
services.skynet.acme.domains = [
"discord.skynet.ie"
"public.skynet.ie"
"renew.skynet.ie"
];
services.skynet.dns.records = [
@ -45,11 +44,6 @@ in {
r_type = "CNAME";
value = config.services.skynet.host.name;
}
{
record = "renew";
r_type = "CNAME";
value = config.services.skynet.host.name;
}
];
services.nginx = {
@ -82,13 +76,6 @@ in {
root = "${inputs.compsoc_public.packages.x86_64-linux.default}";
locations."/".extraConfig = "autoindex on;";
};
# for alumni members to renew their account
"renew.skynet.ie" = {
forceSSL = true;
useACMEHost = "skynet";
root = "${inputs.skynet_website_renew.defaultPackage."x86_64-linux"}";
};
};
};
};