diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-01 22:47:39 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-01 22:47:39 +0200 |
commit | 7154844f4a6ead966b47fb211ab6190859cc488e (patch) | |
tree | 1f4efd7e16a1c8bf5755785ce021252e52531980 /hardware/laptop | |
parent | Home: Add calibre* to all hosts (diff) | |
download | nixos-config-7154844f4a6ead966b47fb211ab6190859cc488e.tar.gz nixos-config-7154844f4a6ead966b47fb211ab6190859cc488e.tar.bz2 nixos-config-7154844f4a6ead966b47fb211ab6190859cc488e.zip |
Hosts-separation: Move hardware.cpu.intel.updateMicrocode to host specific config
Diffstat (limited to 'hardware/laptop')
-rw-r--r-- | hardware/laptop/hardware.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hardware/laptop/hardware.nix b/hardware/laptop/hardware.nix index cbec828..35ac431 100644 --- a/hardware/laptop/hardware.nix +++ b/hardware/laptop/hardware.nix @@ -37,6 +37,8 @@ in }; hardware = { + cpu.intel.updateMicrocode = true; + opengl = { enable = true; driSupport = true; |