this repo has no description
1
fork

Configure Feed

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

wallsocket: limit generations shown in boot menu

+1
+1
nixos/wallsocket/configuration.nix
··· 24 24 25 25 # Bootloader. 26 26 boot.loader.systemd-boot.enable = true; 27 + boot.loader.systemd-boot.configurationLimit = 20; 27 28 boot.loader.efi.canTouchEfiVariables = true; 28 29 boot.kernel.sysctl."vm.max_map_count" = 2147483642; 29 30 boot.kernel.sysctl."fs.file-max" = 2147483642;