From a346f153b5aec465222bb23dd7a7b6178a819e1f Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 26 Jun 2018 10:02:07 +0200 Subject: [PATCH] nixos/strongswan-swanctl: Fix build of manual Commit 401370287a9b74fc18539fe9c0bdc7ac9df9cf22 introduced a small error where the closing tag of was an opening tag instead. Signed-off-by: aszlig Cc: @basvandijk, @xeji --- .../services/networking/strongswan-swanctl/swanctl-params.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/strongswan-swanctl/swanctl-params.nix b/nixos/modules/services/networking/strongswan-swanctl/swanctl-params.nix index e65616332640..b16d299917fe 100644 --- a/nixos/modules/services/networking/strongswan-swanctl/swanctl-params.nix +++ b/nixos/modules/services/networking/strongswan-swanctl/swanctl-params.nix @@ -942,7 +942,7 @@ in { Enable hardware offload for this CHILD_SA, if supported by the IPsec implementation. The value yes enforces offloading and the installation will fail if it's not supported by either kernel or - device. The value auto enables offloading, if it's + device. The value auto enables offloading, if it's supported, but the installation does not fail otherwise. '';