This commit is contained in:
2026-02-11 01:09:49 -07:00
parent 06517138e1
commit 407c34d4a0
3 changed files with 16 additions and 10 deletions

View File

@@ -1,12 +1,11 @@
{ config, pkgs, ... }:
{
boot.loader.systemd-boot = {
boot.loader.grub = {
enable = true;
editor = false;
device = "/dev/sda";
configurationLimit = 10;
};
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelModules = [ "tcp_bbr" ];