diff options
Diffstat (limited to 'system/linde.nix')
-rw-r--r-- | system/linde.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/linde.nix b/system/linde.nix index 03b51ecf..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 |