diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2024-07-30 13:14:06 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2024-07-30 13:14:06 +0200 |
commit | bbf8345289c36539c299c6d633a85d16285489d3 (patch) | |
tree | efb23c7de97197a1bf29b7ed0e2f64e6ac6e6d4d /installer | |
parent | 2f8b062363b293a72e4afa0e682f1c4371317515 (diff) | |
download | nixos-bbf8345289c36539c299c6d633a85d16285489d3.tar nixos-bbf8345289c36539c299c6d633a85d16285489d3.tar.gz nixos-bbf8345289c36539c299c6d633a85d16285489d3.tar.bz2 nixos-bbf8345289c36539c299c6d633a85d16285489d3.tar.xz nixos-bbf8345289c36539c299c6d633a85d16285489d3.zip |
...
Diffstat (limited to 'installer')
-rw-r--r-- | installer/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/installer/default.nix b/installer/default.nix index baaf2dc6..ac7e8db0 100644 --- a/installer/default.nix +++ b/installer/default.nix | |||
@@ -4,10 +4,12 @@ with lib; | |||
4 | 4 | ||
5 | { | 5 | { |
6 | imports = with flake.nixosModules.systemProfiles; [ | 6 | imports = with flake.nixosModules.systemProfiles; [ |
7 | default-locale zfs networkmanager openssh | 7 | default-locale zfs bcachefs networkmanager openssh |
8 | ]; | 8 | ]; |
9 | 9 | ||
10 | config = { | 10 | config = { |
11 | boot.initrd.availableKernelModules = [ "e1000e" ]; | ||
12 | |||
11 | hardware.cpu.amd.updateMicrocode = config.hardware.enableRedistributableFirmware; | 13 | hardware.cpu.amd.updateMicrocode = config.hardware.enableRedistributableFirmware; |
12 | 14 | ||
13 | networking = { | 15 | networking = { |