linde: customise laminar path
1 file changed, 9 insertions(+), 0 deletions(-)
jump to
M system/linde.nix → system/linde.nix
@@ -979,6 +979,15 @@ }; services.laminar = { enable = true; + path = with pkgs; [ + bash + stdenv + git + nix + config.programs.ssh.package + flock + just + ]; settings = { bindHTTP = "[::1]:8002"; keepRundirs = 1;