Merge pull request #97438 from pbogdan/openvpn-path
nixos/openvpn: path now requires conversion to a string
This commit is contained in:
commit
c97fcc3fe0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue