[Hardware/AMD] Add CPU configuration

This commit is contained in:
Antoine Viallon 2023-03-15 09:11:17 +01:00
parent 0b3ba6cea3
commit b59e72d549
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 38 additions and 0 deletions

View file

@ -16,6 +16,9 @@ in {
};
};
imports = [
./cpu.nix
];
config = mkIf (cfg.enable) {
boot.initrd.kernelModules = [ "amdgpu" ];