tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Strongswan: updown script uses ip and iptables utilities
Igor Pashev
11 years ago
2b91b9b5
9bbe6749
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
networking
strongswan.nix
+1
-1
nixos/modules/services/networking/strongswan.nix
···
118
systemd.services.strongswan = {
119
description = "strongSwan IPSec Service";
120
wantedBy = [ "multi-user.target" ];
121
-
path = with pkgs; [ kmod ]; # XXX Linux
122
wants = [ "keys.target" ];
123
after = [ "network.target" "keys.target" ];
124
environment = {
···
118
systemd.services.strongswan = {
119
description = "strongSwan IPSec Service";
120
wantedBy = [ "multi-user.target" ];
121
+
path = with pkgs; [ kmod iproute iptables utillinux ]; # XXX Linux
122
wants = [ "keys.target" ];
123
after = [ "network.target" "keys.target" ];
124
environment = {