Add ryzen9

This commit is contained in:
Sridhar Ratnakumar 2021-09-04 20:53:26 +00:00
parent c06055ca6d
commit bee688a37b
2 changed files with 6 additions and 1 deletions

View file

@ -73,5 +73,10 @@
./features/gnome.nix
#./features/block-socialmedia.nix
];
nixosConfigurations.ryzen9 = mkHomeMachine
./hosts/ryzen9.nix
[
];
};
}

View file

@ -3,7 +3,7 @@
{
imports =
[
<nixpkgs/nixos/modules/installer/scan/not-detected.nix>
(modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "nvme" "ahci" ];