hosts/odyssey: hardware upgrade
Some checks failed
Check flake / build-amd64-linux (push) Failing after 43s

This commit is contained in:
Jordan Holt 2025-04-21 22:26:56 +01:00
parent db6e5a76ab
commit 044be81359
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520
2 changed files with 6 additions and 6 deletions

View File

@ -4,10 +4,10 @@
Primary workstation. Primary workstation.
## Specs ## Specs
* CPU - Intel Core i7-5930K @ 4.10GHz * CPU - AMD Ryzen 9 9950X3D @ 4.30GHz
* Chipset - Intel X99 * Chipset - AMD X870E
* Memory - 64 GB DDR4 * Memory - 96 GB DDR5
* Motherboard - ASUS X99-A * Motherboard - ASUS ProArt X870E-Creator WiFi
* GPU - NVIDIA RTX 3090 * GPU - NVIDIA RTX 3090
* Case - Thermaltake A500 * Case - Thermaltake A500

View File

@ -22,14 +22,14 @@
]; ];
initrd.kernelModules = [ ]; initrd.kernelModules = [ ];
initrd.supportedFilesystems = [ "zfs" ]; initrd.supportedFilesystems = [ "zfs" ];
kernelModules = [ "kvm-intel" ]; kernelModules = [ "kvm-amd" ];
kernelPackages = pkgs.linuxPackages; kernelPackages = pkgs.linuxPackages;
supportedFilesystems = [ "ntfs" ]; supportedFilesystems = [ "ntfs" ];
binfmt.emulatedSystems = [ "aarch64-linux" ]; binfmt.emulatedSystems = [ "aarch64-linux" ];
}; };
hardware = { hardware = {
cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
nvidia = { nvidia = {
modesetting.enable = true; modesetting.enable = true;
open = true; open = true;