Fix the OpenVPN jobs

This commit is contained in:
Eelco Dolstra 2012-08-30 21:11:36 -04:00
parent 8adc1ee92e
commit e0e0e57c26

View File

@ -11,7 +11,7 @@ let
makeOpenVPNJob = cfg: name:
let
path = (getAttr "openvpn-${name}" config.jobs).path;
path = (getAttr "openvpn-${name}" config.boot.systemd.services).path;
upScript = ''
#! /bin/sh