mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Hardware/AMD] Add CPU configuration
This commit is contained in:
parent
0b3ba6cea3
commit
b59e72d549
2 changed files with 38 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
imports = [
|
||||
./cpu.nix
|
||||
];
|
||||
|
||||
config = mkIf (cfg.enable) {
|
||||
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue