mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
strongswan-swanctl: don't generate options for charon
This reduces the number of options from 1152 to 756.
This commit is contained in:
parent
7cc5ee2354
commit
7c94804680
@ -28,7 +28,8 @@ in {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
charon = charonParams;
|
# Since we only use charon-systemd we don't need to generate options for charon.
|
||||||
|
# charon = charonParams;
|
||||||
|
|
||||||
charon-nm = {
|
charon-nm = {
|
||||||
ca_dir = mkStrParam "<default>" ''
|
ca_dir = mkStrParam "<default>" ''
|
||||||
|
Loading…
Reference in New Issue
Block a user