amd microcode patch
This commit is contained in:
@@ -1,14 +1,19 @@
|
||||
{
|
||||
config,
|
||||
modulesPath,
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
||||
imports = [
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
inputs.ucodenix.nixosModules.default
|
||||
];
|
||||
services.ucodenix = {
|
||||
enable = true;
|
||||
cpuModelId = "00A50F00";
|
||||
};
|
||||
hardware = {
|
||||
cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
bluetooth = {
|
||||
enable = true;
|
||||
settings.General = {
|
||||
|
||||
Reference in New Issue
Block a user