Sail: Load BBR kernel module
This commit is contained in:
parent
6f1bb30291
commit
6ea99c83b4
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
availableKernelModules = [ "ata_piix" "uhci_hcd" "xen_blkfront" ];
|
||||
kernelModules = [ "nvme" ];
|
||||
};
|
||||
|
||||
kernelModules = [ "tcp_bbr" ];
|
||||
};
|
||||
|
||||
fileSystems."/" = { device = "/dev/sda1"; fsType = "ext4"; };
|
||||
|
|
Loading…
Reference in a new issue