summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/linde.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/linde.nix b/system/linde.nix
index 68165a5e..31aa5766 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -910,6 +910,9 @@ in
 
   services.searchix = {
     enable = true;
+    environment = {
+      GOMEMLIMIT = "2000MiB";
+    };
     settings = {
       web =
         let
@@ -976,6 +979,7 @@ in
           fetcher = "channel-nixpkgs";
           channel = "nixos-unstable";
         };
+        nur.enable = true;
       };
     };
   };