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

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

This commit is contained in:
2021-12-09 07:14:35 +01:00
parent e046c74539
commit 8a45abae35
3 changed files with 4 additions and 4 deletions

View File

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