summaryrefslogtreecommitdiff
path: root/profiles/station
diff options
context:
space:
mode:
authorMike Vink <ivi@vinkies.net>2024-10-12 17:15:08 +0000
committerMike Vink <ivi@vinkies.net>2024-10-12 17:15:08 +0000
commitf26c55d5bea46e0b4c0bed3ef3a1258b1b9e82dc (patch)
tree4a0f2284ae05771568efe2dbc323233c10f444bd /profiles/station
parent7134976e1bd1ab8f6f0a85e9efe23b85f0d54250 (diff)
update
Diffstat (limited to 'profiles/station')
-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;