mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
vmware-horizon-client: viewusb.AllowSmartcard=TRUE
This commit is contained in:
parent
2309d875dd
commit
1a706c0a27
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ rec
|
||||||
security-wordlists = pkg ./wordlists.nix { };
|
security-wordlists = pkg ./wordlists.nix { };
|
||||||
SpaceCadetPinball = pkg ./SpaceCadetPinball { };
|
SpaceCadetPinball = pkg ./SpaceCadetPinball { };
|
||||||
stretchy-spaces = pkg ./stretchy-spaces { };
|
stretchy-spaces = pkg ./stretchy-spaces { };
|
||||||
vmware-horizon-client = pkg ./vmware-horizon-client.nix { };
|
vmware-horizon-client = pkg ./vmware-horizon-client.nix { configText = "viewusb.AllowSmartcard = \"True\""; };
|
||||||
webshells = pkg ./webshells { };
|
webshells = pkg ./webshells { };
|
||||||
weevely = pkg ./weevely { };
|
weevely = pkg ./weevely { };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue