From 7562b73a0c518f315e17e04d2fa0ea2d86e1e0d7 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 8 Aug 2023 20:10:04 -0400 Subject: [PATCH] functionality/soft-serve: add coreutils/bash to service path --- modules/functionality/soft-serve.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 = [