hosts/odyssey: hardware upgrade
Some checks failed
Check flake / build-amd64-linux (push) Failing after 43s
Some checks failed
Check flake / build-amd64-linux (push) Failing after 43s
This commit is contained in:
parent
db6e5a76ab
commit
044be81359
@ -4,10 +4,10 @@
|
||||
Primary workstation.
|
||||
|
||||
## Specs
|
||||
* CPU - Intel Core i7-5930K @ 4.10GHz
|
||||
* Chipset - Intel X99
|
||||
* Memory - 64 GB DDR4
|
||||
* Motherboard - ASUS X99-A
|
||||
* CPU - AMD Ryzen 9 9950X3D @ 4.30GHz
|
||||
* Chipset - AMD X870E
|
||||
* Memory - 96 GB DDR5
|
||||
* Motherboard - ASUS ProArt X870E-Creator WiFi
|
||||
* GPU - NVIDIA RTX 3090
|
||||
* Case - Thermaltake A500
|
||||
|
||||
|
@ -22,14 +22,14 @@
|
||||
];
|
||||
initrd.kernelModules = [ ];
|
||||
initrd.supportedFilesystems = [ "zfs" ];
|
||||
kernelModules = [ "kvm-intel" ];
|
||||
kernelModules = [ "kvm-amd" ];
|
||||
kernelPackages = pkgs.linuxPackages;
|
||||
supportedFilesystems = [ "ntfs" ];
|
||||
binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
};
|
||||
|
||||
hardware = {
|
||||
cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
nvidia = {
|
||||
modesetting.enable = true;
|
||||
open = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user