updates
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user