Merge pull request #97438 from pbogdan/openvpn-path

nixos/openvpn: path now requires conversion to a string
This commit is contained in:
ajs124
2020-09-09 23:59:01 +02:00
committed by GitHub

View File

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