diff options
author | Alan Pearce | 2024-06-21 22:54:07 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-21 22:54:38 +0200 |
commit | 994bdb000759504a8bcdc7b1434ca9f185ccc245 (patch) | |
tree | 12725817f267d1403cfc04baef60b21c6267013c | |
parent | c7cfce9679d96bd9e378e741a0ac590d6a059a82 (diff) | |
download | nixfiles-994bdb000759504a8bcdc7b1434ca9f185ccc245.tar.lz nixfiles-994bdb000759504a8bcdc7b1434ca9f185ccc245.tar.zst nixfiles-994bdb000759504a8bcdc7b1434ca9f185ccc245.zip |
linde: customise laminar path
-rw-r--r-- | system/linde.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/linde.nix b/system/linde.nix index 8b1dedb5..543b6e42 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -979,6 +979,15 @@ in services.laminar = { enable = true; + path = with pkgs; [ + bash + stdenv + git + nix + config.programs.ssh.package + flock + just + ]; settings = { bindHTTP = "[::1]:8002"; keepRundirs = 1; |