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
commit c97fcc3fe0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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