Update openvswitch.nix

This commit is contained in:
Michael Francis 2021-05-17 21:11:07 +08:00 committed by GitHub
parent adc368d2fc
commit 80830373f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,7 +145,7 @@ in {
}
(mkIf (cfg.ipsec && (versionOlder cfg.package.version "2.6.0")) {
environment.systemPackages = [ pkgs.ipsecTools ];
services.racoon.enable = true;
services.racoon.configPath = "${runDir}/ipsec/etc/racoon/racoon.conf";