1
0
Fork 0

Sail: Load BBR kernel module

This commit is contained in:
Daniel Kempkens 2022-09-23 13:23:56 +02:00
parent 6f1bb30291
commit 6ea99c83b4
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -10,6 +10,8 @@
availableKernelModules = [ "ata_piix" "uhci_hcd" "xen_blkfront" ];
kernelModules = [ "nvme" ];
};
kernelModules = [ "tcp_bbr" ];
};
fileSystems."/" = { device = "/dev/sda1"; fsType = "ext4"; };