diff options
| author | Mike Vink <ivi@vinkies.net> | 2024-10-12 17:15:08 +0000 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2024-10-12 17:15:08 +0000 |
| commit | f26c55d5bea46e0b4c0bed3ef3a1258b1b9e82dc (patch) | |
| tree | 4a0f2284ae05771568efe2dbc323233c10f444bd /profiles/station | |
| parent | 7134976e1bd1ab8f6f0a85e9efe23b85f0d54250 (diff) | |
update
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 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; |
