mirror of
https://github.com/kmein/niveum
synced 2026-03-20 03:51:07 +01:00
feat(nextcloud): change domain
This commit is contained in:
@@ -48,7 +48,7 @@ in {
|
|||||||
kieran = {
|
kieran = {
|
||||||
user = "kieran";
|
user = "kieran";
|
||||||
passwordFile = config.age.secrets.nextcloud-password-kieran.path;
|
passwordFile = config.age.secrets.nextcloud-password-kieran.path;
|
||||||
endpoint = "https://cloud.xn--kiern-0qa.de";
|
endpoint = "https://cloud.kmein.de";
|
||||||
target = "${config.users.users.me.home}/notes";
|
target = "${config.users.users.me.home}/notes";
|
||||||
};
|
};
|
||||||
in ''
|
in ''
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
}: let
|
}: let
|
||||||
davHome = "~/.local/share/dav";
|
davHome = "~/.local/share/dav";
|
||||||
kmeinCloud = {
|
kmeinCloud = {
|
||||||
davEndpoint = "https://cloud.xn--kiern-0qa.de/remote.php/dav";
|
davEndpoint = "https://cloud.kmein.de/remote.php/dav";
|
||||||
username = "kieran";
|
username = "kieran";
|
||||||
passwordFile = config.age.secrets.nextcloud-password-kieran.path;
|
passwordFile = config.age.secrets.nextcloud-password-kieran.path;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -306,7 +306,7 @@ in {
|
|||||||
"code.kmein.de"
|
"code.kmein.de"
|
||||||
"radio.kmein.de"
|
"radio.kmein.de"
|
||||||
"tarot.kmein.de"
|
"tarot.kmein.de"
|
||||||
"cloud.xn--kiern-0qa.de"
|
"cloud.kmein.de"
|
||||||
"grafana.kmein.r"
|
"grafana.kmein.r"
|
||||||
# "names.kmein.r"
|
# "names.kmein.r"
|
||||||
"rrm.r"
|
"rrm.r"
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ in {
|
|||||||
startAt = "05:00:00";
|
startAt = "05:00:00";
|
||||||
};
|
};
|
||||||
|
|
||||||
hostName = "cloud.xn--kiern-0qa.de";
|
hostName = "cloud.kmein.de";
|
||||||
|
|
||||||
phpOptions."opcache.interned_strings_buffer" = "32"; # buffer size in MB
|
phpOptions."opcache.interned_strings_buffer" = "32"; # buffer size in MB
|
||||||
|
|
||||||
@@ -96,7 +96,7 @@ in {
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx.virtualHosts."cloud.xn--kiern-0qa.de" = {
|
services.nginx.virtualHosts."cloud.kmein.de" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user