functionality/soft-serve: add coreutils/bash to service path

This commit is contained in:
Infinidoge 2023-08-08 20:10:04 -04:00
parent da4c19577d
commit 7562b73a0c

View file

@ -74,6 +74,10 @@ in
};
script = "${pkgs.soft-serve}/bin/soft serve";
serviceConfig.Type = "exec";
path = with pkgs; [
coreutils
bash
];
};
networking.firewall.allowedTCPPorts = [