Fix missing sh in PATH

This commit is contained in:
kghugo 2021-10-17 20:35:14 +01:00
parent ac20241a41
commit ff2b9bbc44

View file

@ -4,6 +4,7 @@
config.services = {
webserver = {
image.contents = with pkgs; [ bash ];
service.useHostStore = true;
service.command = [ "sh" "-c" ''
cd "$$WEB_ROOT"