this repo has no description
1
fork

Configure Feed

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

fix: increase file handle count

Ovyerus e5520811 2c7ec011

+1
+1
nixos/wallsocket/configuration.nix
··· 15 15 boot.loader.systemd-boot.enable = true; 16 16 boot.loader.efi.canTouchEfiVariables = true; 17 17 boot.kernel.sysctl."vm.max_map_count" = 2147483642; 18 + boot.kernel.sysctl."fs.file-max" = 2147483642; 18 19 19 20 networking.hostName = "wallsocket"; 20 21