summary refs log tree commit diff stats
path: root/system/linde.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-29 20:41:13 +0200
committerAlan Pearce2024-05-29 20:41:13 +0200
commit6653d125e619406860a9089273ea3ac41a70a549 (patch)
tree7c3ed517d2ac47a38e9ad28c7e80b2daefca97e1 /system/linde.nix
parent5c46ebc4e25d62d8b5522d65c8b950d1c0f5e6b9 (diff)
downloadnixfiles-6653d125e619406860a9089273ea3ac41a70a549.tar.lz
nixfiles-6653d125e619406860a9089273ea3ac41a70a549.tar.zst
nixfiles-6653d125e619406860a9089273ea3ac41a70a549.zip
linde: use nix-serve-ng for binary cache
Diffstat (limited to 'system/linde.nix')
-rw-r--r--system/linde.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/linde.nix b/system/linde.nix
index 9b175dad..ed1fe57d 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -170,6 +170,7 @@ in
 
   services.nix-serve = {
     enable = true;
+    package = pkgs.nix-serve-ng;
     secretKeyFile = config.age.secrets.binarycache.path;
   };