| 1 | { |
| 2 | ... |
| 3 | }: |
| 4 | |
| 5 | { |
| 6 | imports = [ |
| 7 | ../boot/efi-grub.nix |
| 8 | ]; |
| 9 | |
| 10 | disko.devices = import ../disk-layouts/efi-zfs-raid0.nix { }; |
| 11 | boot.supportedFilesystems.zfs = true; |
| 12 | boot.zfs.forceImportRoot = false; |
| 13 | networking.hostId = "91312b0a"; |
| 14 | |
| 15 | boot.initrd.availableKernelModules = [ |
| 16 | "nvme" |
| 17 | "usbhid" |
| 18 | ]; |
| 19 | } |