mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 10:50:13 +00:00
add microcode service for amd
This commit is contained in:
@ -17,6 +17,7 @@ inputs.nixpkgs.lib.nixosSystem rec {
|
||||
modules = [
|
||||
globals
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.ucodenix.nixosModules.default
|
||||
../../modules/common
|
||||
../../modules/nixos
|
||||
{
|
||||
@ -49,6 +50,7 @@ inputs.nixpkgs.lib.nixosSystem rec {
|
||||
|
||||
# Allow firmware updates
|
||||
hardware.cpu.amd.updateMicrocode = true;
|
||||
services.ucodenix.enable = true;
|
||||
|
||||
# Helps reduce GPU fan noise under idle loads
|
||||
hardware.fancontrol.enable = true;
|
||||
|
Reference in New Issue
Block a user