diff options
| author | Mike Vink <mike@pionative.com> | 2024-08-21 08:30:22 +0200 |
|---|---|---|
| committer | Mike Vink <mike@pionative.com> | 2024-09-15 16:41:30 +0200 |
| commit | 80e35cbd9bb40390980647497affa7b093bf3d48 (patch) | |
| tree | e9b4396796ddeaf2e4b1e3b69c4715befa579c0d /profiles/station | |
| parent | e9ef428ece935972e0d255f4d4655cc720a33f45 (diff) | |
update homeserver
Diffstat (limited to 'profiles/station')
| -rw-r--r-- | profiles/station/caldav.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/station/caldav.nix b/profiles/station/caldav.nix index 98674e4..16397d6 100644 --- a/profiles/station/caldav.nix +++ b/profiles/station/caldav.nix @@ -27,7 +27,7 @@ type = "caldav"; url = "https://cal.${my.domain}"; userName = "mike"; - passwordCommand = ["echo" "''"]; + passwordCommand = ["${pkgs.bashInteractive}/bin/bash" "-c" "echo 'hi'"]; }; vdirsyncer = { enable = true; @@ -52,7 +52,7 @@ type = "carddav"; url = "https://cal.${my.domain}"; userName = "mike"; - passwordCommand = ["echo" "''"]; + passwordCommand = ["${pkgs.bashInteractive}/bin/bash" "-c" "echo 'hi'"]; }; vdirsyncer = { enable = true; |
