mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 19:49:45 +01:00
vdirsyncer: allow option userName, disallow userNameCommand
1. account option `userName` is now allowed by `programs.vdirsyncer` 2. The commented out account option `userNameCommand` was required to be set by `programs.vdirsyncer` (e.g. as `null`). It is now disallowed (commented out) by vdirsyncer.
This commit is contained in:
parent
f8ec686211
commit
8e49f65f24
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ let
|
|||
((getAttrs [
|
||||
"type"
|
||||
"url"
|
||||
"userNameCommand"
|
||||
"userName"
|
||||
#"userNameCommand"
|
||||
"passwordCommand"
|
||||
] a.remote) //
|
||||
(if a.vdirsyncer == null
|
||||
|
|
Loading…
Reference in a new issue