mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2026-05-13 16:52:46 +00:00
This commit is contained in:
parent
0f73a371f3
commit
80cf8aa36a
|
|
@ -9,6 +9,7 @@
|
|||
nixpkgs.hostPlatform = lib.mkDefault "i686-linux";
|
||||
|
||||
# Kernel
|
||||
boot.kernelPackages = pkgs.linuxPackages_5_15;
|
||||
boot.initrd.availableKernelModules = [ "uhci_hcd" "ehci_pci" "ata_piix" "usbhid" "usb_storage" "ums_realtek" "sd_mod" ];
|
||||
boot.initrd.kernelModules = [ "dm-snapshot" "cryptd" ];
|
||||
boot.kernelModules = [ ];
|
||||
|
|
|
|||
Loading…
Reference in a new issue