1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +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

@@ -2,7 +2,7 @@
let
davHome = "~/.local/share/dav";
kmeinCloud = {
davEndpoint = "https://cloud.kmein.de/remote.php/dav";
davEndpoint = "https://cloud.xn--kiern-0qa.de/remote.php/dav";
username = "kieran";
password = lib.fileContents <secrets/nextcloud/password>;
};