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