about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMichael Francis <edude03@gmail.com>2021-05-17 21:11:07 +0800
committerGitHub <noreply@github.com>2021-05-17 21:11:07 +0800
commit80830373f08c7affe08b2806bee2f7fc5d85e9fc (patch)
treedac7836ad58964fd3f309e45a8a85674524ca4a6 /nixos
parentadc368d2fc7dd74beb8486ff72880ed0212abb0d (diff)
downloadnixlib-80830373f08c7affe08b2806bee2f7fc5d85e9fc.tar
nixlib-80830373f08c7affe08b2806bee2f7fc5d85e9fc.tar.gz
nixlib-80830373f08c7affe08b2806bee2f7fc5d85e9fc.tar.bz2
nixlib-80830373f08c7affe08b2806bee2f7fc5d85e9fc.tar.lz
nixlib-80830373f08c7affe08b2806bee2f7fc5d85e9fc.tar.xz
nixlib-80830373f08c7affe08b2806bee2f7fc5d85e9fc.tar.zst
nixlib-80830373f08c7affe08b2806bee2f7fc5d85e9fc.zip
Update openvswitch.nix
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/virtualisation/openvswitch.nix2
1 files changed, 1 insertions, 1 deletions
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";