Merge pull request #11351 from basvandijk/strongswan-modprobe

strongswan service: use config.system.sbin.modprobe instead of kmod
This commit is contained in:
Arseniy Seroka 2015-12-01 23:01:15 +03:00
commit 7afc077139

View File

@ -118,7 +118,7 @@ in
systemd.services.strongswan = {
description = "strongSwan IPSec Service";
wantedBy = [ "multi-user.target" ];
path = with pkgs; [ kmod iproute iptables utillinux ]; # XXX Linux
path = with pkgs; [ config.system.sbin.modprobe iproute iptables utillinux ]; # XXX Linux
wants = [ "keys.target" ];
after = [ "network.target" "keys.target" ];
environment = {