1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 19:41: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

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