diff options
Diffstat (limited to 'installer')
| -rw-r--r-- | installer/default.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/installer/default.nix b/installer/default.nix index 26f38572..8c0082fa 100644 --- a/installer/default.nix +++ b/installer/default.nix | |||
| @@ -8,7 +8,11 @@ with lib; | |||
| 8 | ]; | 8 | ]; |
| 9 | 9 | ||
| 10 | config = { | 10 | config = { |
| 11 | boot.initrd.kernelModules = [ "e1000e" "virtio_net" ]; | 11 | boot = { |
| 12 | initrd.kernelModules = [ "e1000e" "virtio_net" ]; | ||
| 13 | kernelPackages = pkgs.linuxPackages_6_17; | ||
| 14 | zfs.package = pkgs.zfs_unstable; | ||
| 15 | }; | ||
| 12 | 16 | ||
| 13 | hardware.cpu.amd.updateMicrocode = config.hardware.enableRedistributableFirmware; | 17 | hardware.cpu.amd.updateMicrocode = config.hardware.enableRedistributableFirmware; |
| 14 | 18 | ||
