mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
fix(khal): restore cloud address
This commit is contained in:
@@ -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>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user