This commit is contained in:
2026-06-23 21:23:35 +02:00
parent 2626e9fe32
commit d135a15bcd
38 changed files with 354 additions and 876 deletions
+3 -3
View File
@@ -3,8 +3,8 @@
...
}:
let
repo = config.repo;
account = repo.account;
facts = config.facts;
account = facts.account;
in
{
flake.modules.homeManager.email =
@@ -138,7 +138,7 @@ in
};
remote = {
url = repo.services.radicale.url;
url = facts.services.radicale.url;
type = "caldav";
userName = config.home.username;
passwordCommand = [