mirror of
https://github.com/Ascyii/nixos.git
synced 2026-01-01 06:44:26 -05:00
Full kmonad
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
boot.initrd.availableKernelModules =
|
||||
[ "xhci_pci" "ahci" "nvme" "usb_storage" "usbhid" "sd_mod" "sr_mod" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-intel" "ecryptfs" ];
|
||||
boot.kernelModules = [ "uinput" "kvm-intel" "ecryptfs" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems."/shared" = {
|
||||
|
||||
Reference in New Issue
Block a user