functionality/soft-serve: add coreutils/bash to service path
This commit is contained in:
parent
da4c19577d
commit
7562b73a0c
1 changed files with 4 additions and 0 deletions
|
@ -74,6 +74,10 @@ in
|
||||||
};
|
};
|
||||||
script = "${pkgs.soft-serve}/bin/soft serve";
|
script = "${pkgs.soft-serve}/bin/soft serve";
|
||||||
serviceConfig.Type = "exec";
|
serviceConfig.Type = "exec";
|
||||||
|
path = with pkgs; [
|
||||||
|
coreutils
|
||||||
|
bash
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue