1
0
Fork 0

sail: load tls kernel module

This commit is contained in:
Daniel Kempkens 2023-03-07 08:41:57 +01:00
parent 17c445c8e4
commit ecfcd3f3c3
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -8,7 +8,7 @@
initrd = {
availableKernelModules = [ "ata_piix" "uhci_hcd" "xen_blkfront" ];
kernelModules = [ "nvme" ];
kernelModules = [ "nvme" "tls" ];
};
kernelPackages = pkgs.linuxPackages_latest;