add shadow

This commit is contained in:
zackartz 2024-05-03 18:40:50 -04:00
parent 2d03566767
commit 96654c3f35
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -71,7 +71,7 @@ in {
partOf = ["docker.service"];
script = ''
#!/usr/bin/env bash
echo $PATH
export PATH=${pkgs.shadow}/bin:$PATH
${wings}/bin/wings
'';
wantedBy = ["multi-user.target"];