1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 11:31:09 +01:00

Revert "feat(nextcloud): move to cloud.kmein.de"

This reverts commit 8a45abae35.
This commit is contained in:
2021-12-11 09:45:25 +01:00
parent 02cc600c68
commit 143b2f1a06
3 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ in
startAt = "05:00:00";
};
hostName = "cloud.kmein.de";
hostName = "cloud.xn--kiern-0qa.de";
config = {
overwriteProtocol = "https";
@@ -43,7 +43,7 @@ in
};
services.nginx.virtualHosts."cloud.kmein.de" = {
services.nginx.virtualHosts."cloud.xn--kiern-0qa.de" = {
enableACME = true;
forceSSL = true;
};