summaryrefslogtreecommitdiff
path: root/profiles/station/caldav.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/station/caldav.nix')
-rw-r--r--profiles/station/caldav.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/station/caldav.nix b/profiles/station/caldav.nix
index 16397d6..98674e4 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 = ["${pkgs.bashInteractive}/bin/bash" "-c" "echo 'hi'"];
+ passwordCommand = ["echo" "''"];
};
vdirsyncer = {
enable = true;
@@ -52,7 +52,7 @@
type = "carddav";
url = "https://cal.${my.domain}";
userName = "mike";
- passwordCommand = ["${pkgs.bashInteractive}/bin/bash" "-c" "echo 'hi'"];
+ passwordCommand = ["echo" "''"];
};
vdirsyncer = {
enable = true;