aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;