Make home-manager config for ll-latitude-e5591 build again
This commit is contained in:
parent
478d31081a
commit
83a6b1c73c
78 changed files with 236 additions and 426 deletions
8
nixos/features/virtualization/libvirt-guest-uefi.nix
Normal file
8
nixos/features/virtualization/libvirt-guest-uefi.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ ... }: {
|
||||
boot.initrd = {
|
||||
kernelModules = [ "virtio_net" "e1000" ];
|
||||
availableKernelModules = [ "ahci" "xhci_pci" "virtio_pci" "sr_mod" "virtio_blk" ];
|
||||
};
|
||||
|
||||
boot.zfs.devNodes = "/dev/disk/by-partuuid";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue