aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-07-27 08:59:16 -0700
committerMark Nipper <nipsy@bitgnome.net>2026-07-27 08:59:16 -0700
commita2397d16d41c6b26a11dd14626690b78ca80d105 (patch)
tree853452c3ecc79ebc650969fe12ec764b717a258b
parentb2081304996b9e215b0f9efd16d8842ac22415d6 (diff)
downloadnix-a2397d16d41c6b26a11dd14626690b78ca80d105.tar
nix-a2397d16d41c6b26a11dd14626690b78ca80d105.tar.gz
nix-a2397d16d41c6b26a11dd14626690b78ca80d105.tar.bz2
nix-a2397d16d41c6b26a11dd14626690b78ca80d105.tar.lz
nix-a2397d16d41c6b26a11dd14626690b78ca80d105.tar.xz
nix-a2397d16d41c6b26a11dd14626690b78ca80d105.tar.zst
nix-a2397d16d41c6b26a11dd14626690b78ca80d105.zip
Bump lact to master branch
-rw-r--r--hosts/caladan/services.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/caladan/services.nix b/hosts/caladan/services.nix
index 79c5b97..5be3c13 100644
--- a/hosts/caladan/services.nix
+++ b/hosts/caladan/services.nix
@@ -10,7 +10,10 @@
iperf3.openFirewall = true;
- lact.enable = true;
+ lact = {
+ enable = true;
+ package = pkgs.master.lact;
+ };
nfs.server.enable = true;