From 80830373f08c7affe08b2806bee2f7fc5d85e9fc Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Mon, 17 May 2021 21:11:07 +0800 Subject: [PATCH] Update openvswitch.nix --- nixos/modules/virtualisation/openvswitch.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/virtualisation/openvswitch.nix b/nixos/modules/virtualisation/openvswitch.nix index a351974b4814..ccf32641df62 100644 --- a/nixos/modules/virtualisation/openvswitch.nix +++ b/nixos/modules/virtualisation/openvswitch.nix @@ -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";