make "presentations" more general

This commit is contained in:
silver 2023-09-28 17:11:35 +01:00
parent bd58a6d169
commit 7ed6fdeb3b
3 changed files with 7 additions and 7 deletions

View file

@ -29,7 +29,7 @@ in {
# the root one is already covered by teh certificate
"2016.skynet.ie"
"discord.skynet.ie"
"slides.skynet.ie"
"public.skynet.ie"
];
skynet_dns.records = [
@ -50,7 +50,7 @@ in {
value = cfg.host.name;
}
{
record = "slides";
record = "public";
r_type = "CNAME";
value = cfg.host.name;
}
@ -83,10 +83,10 @@ in {
locations."/".return = "307 https://discord.gg/mkuKJkCuyM";
};
"slides.skynet.ie" = {
"public.skynet.ie" = {
forceSSL = true;
useACMEHost = "skynet";
root = "${inputs.compsoc_slides.packages.x86_64-linux.default}";
root = "${inputs.compsoc_public.packages.x86_64-linux.default}";
locations."/".extraConfig = "autoindex on;";
};
};