summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2024-06-21 22:54:07 +0200
committerAlan Pearce2024-06-21 22:54:38 +0200
commit994bdb000759504a8bcdc7b1434ca9f185ccc245 (patch)
tree12725817f267d1403cfc04baef60b21c6267013c /system
parentc7cfce9679d96bd9e378e741a0ac590d6a059a82 (diff)
downloadnixfiles-994bdb000759504a8bcdc7b1434ca9f185ccc245.tar.lz
nixfiles-994bdb000759504a8bcdc7b1434ca9f185ccc245.tar.zst
nixfiles-994bdb000759504a8bcdc7b1434ca9f185ccc245.zip
linde: customise laminar path
Diffstat (limited to 'system')
-rw-r--r--system/linde.nix9
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;