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 = {
|
||||
ca_dir = mkStrParam "<default>" ''
|
||||
|
|
Loading…
Reference in New Issue