add shadow
This commit is contained in:
parent
2d03566767
commit
96654c3f35
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ in {
|
||||||
partOf = ["docker.service"];
|
partOf = ["docker.service"];
|
||||||
script = ''
|
script = ''
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
echo $PATH
|
export PATH=${pkgs.shadow}/bin:$PATH
|
||||||
${wings}/bin/wings
|
${wings}/bin/wings
|
||||||
'';
|
'';
|
||||||
wantedBy = ["multi-user.target"];
|
wantedBy = ["multi-user.target"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue