diff --git a/modules/functionality/soft-serve.nix b/modules/functionality/soft-serve.nix index 1f4c7e3..72a4c7e 100644 --- a/modules/functionality/soft-serve.nix +++ b/modules/functionality/soft-serve.nix @@ -74,6 +74,10 @@ in }; script = "${pkgs.soft-serve}/bin/soft serve"; serviceConfig.Type = "exec"; + path = with pkgs; [ + coreutils + bash + ]; }; networking.firewall.allowedTCPPorts = [