Merge branch 'discord_fix' into 'main'
Fix. Discord redirect See merge request compsoc1/skynet/nixos!11
This commit is contained in:
commit
04e0712155
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ in {
|
||||||
"discord.skynet.ie" = {
|
"discord.skynet.ie" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEHost = "skynet";
|
useACMEHost = "skynet";
|
||||||
globalRedirect = "https://discord.gg/mkuKJkCuyM";
|
globalRedirect = "discord.gg/mkuKJkCuyM";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue