summary refs log tree commit diff
path: root/nixos/modules/services/networking/strongswan.nix
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-12-22 20:32:56 +0100
committerIgor Pashev <pashev.igor@gmail.com>2014-12-22 20:20:52 +0000
commit2b91b9b5941d9ef31ab4e0772ffa03c023abd2cc (patch)
tree34712c2a3879bfab7ceff5d68b8400e2e27b4dd7 /nixos/modules/services/networking/strongswan.nix
parent9bbe674927a307f02d32834c9a39f49c8be476e7 (diff)
downloadnixpkgs-2b91b9b5941d9ef31ab4e0772ffa03c023abd2cc.tar
nixpkgs-2b91b9b5941d9ef31ab4e0772ffa03c023abd2cc.tar.gz
nixpkgs-2b91b9b5941d9ef31ab4e0772ffa03c023abd2cc.tar.bz2
nixpkgs-2b91b9b5941d9ef31ab4e0772ffa03c023abd2cc.tar.lz
nixpkgs-2b91b9b5941d9ef31ab4e0772ffa03c023abd2cc.tar.xz
nixpkgs-2b91b9b5941d9ef31ab4e0772ffa03c023abd2cc.tar.zst
nixpkgs-2b91b9b5941d9ef31ab4e0772ffa03c023abd2cc.zip
Strongswan: updown script uses ip and iptables utilities
Diffstat (limited to 'nixos/modules/services/networking/strongswan.nix')
-rw-r--r--nixos/modules/services/networking/strongswan.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/strongswan.nix b/nixos/modules/services/networking/strongswan.nix
index 19ad635d07e..8778b0364f9 100644
--- a/nixos/modules/services/networking/strongswan.nix
+++ b/nixos/modules/services/networking/strongswan.nix
@@ -118,7 +118,7 @@ in
     systemd.services.strongswan = {
       description = "strongSwan IPSec Service";
       wantedBy = [ "multi-user.target" ];
-      path = with pkgs; [ kmod ]; # XXX Linux
+      path = with pkgs; [ kmod iproute iptables utillinux ]; # XXX Linux
       wants = [ "keys.target" ];
       after = [ "network.target" "keys.target" ];
       environment = {