Personal-use NixOS configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Upgrade to NixOS 25.11, Part 2: Server

encode42 cbe3e5bf 2e905f7c

+4 -2
+3 -1
modules/server/filesystem/ulimit.nix
··· 1 1 { 2 - systemd.extraConfig = "DefaultLimitNOFILE=2048:1048576"; 2 + systemd.settings.Manager = { 3 + DefaultLimitNOFILE = "2048:1048576"; 4 + }; 3 5 }
+1 -1
packages/server/web/searx.nix
··· 15 15 16 16 redisCreateLocally = true; 17 17 18 - runInUwsgi = true; 18 + configureUwsgi = true; 19 19 uwsgiConfig = { 20 20 socket = "/run/searx/searx.sock"; 21 21 http = ":8888";