add hid_generic to initrd
This commit is contained in:
parent
90a97abfdd
commit
450a4a3879
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
[ (modulesPath + "/profiles/qemu-guest.nix")
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "virtio_scsi" "sd_mod" "sr_mod" ];
|
||||
boot.initrd.availableKernelModules = [ "ata_piix" "hid_generic" "uhci_hcd" "virtio_pci" "virtio_scsi" "sd_mod" "sr_mod" "aesni_intel" "cryptd" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
desktopSession = "sway";
|
||||
};
|
||||
|
||||
# jovian.devices.steamdeck.enable = true;
|
||||
jovian.devices.steamdeck.enable = true;
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue