mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
Merge pull request #97438 from pbogdan/openvpn-path
nixos/openvpn: path now requires conversion to a string
This commit is contained in:
commit
c97fcc3fe0
@ -11,7 +11,7 @@ let
|
|||||||
makeOpenVPNJob = cfg: name:
|
makeOpenVPNJob = cfg: name:
|
||||||
let
|
let
|
||||||
|
|
||||||
path = (getAttr "openvpn-${name}" config.systemd.services).path;
|
path = makeBinPath (getAttr "openvpn-${name}" config.systemd.services).path;
|
||||||
|
|
||||||
upScript = ''
|
upScript = ''
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
Loading…
Reference in New Issue
Block a user