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";