mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
Add ryzen9
This commit is contained in:
parent
c06055ca6d
commit
bee688a37b
2 changed files with 6 additions and 1 deletions
|
|
@ -73,5 +73,10 @@
|
|||
./features/gnome.nix
|
||||
#./features/block-socialmedia.nix
|
||||
];
|
||||
nixosConfigurations.ryzen9 = mkHomeMachine
|
||||
./hosts/ryzen9.nix
|
||||
[
|
||||
];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
imports =
|
||||
[
|
||||
<nixpkgs/nixos/modules/installer/scan/not-detected.nix>
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = [ "nvme" "ahci" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue