diff --git a/hosts/odyssey/README.md b/hosts/odyssey/README.md index d178fb6..f7d4f23 100644 --- a/hosts/odyssey/README.md +++ b/hosts/odyssey/README.md @@ -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 diff --git a/hosts/odyssey/hardware-configuration.nix b/hosts/odyssey/hardware-configuration.nix index 3c341d8..2fdbb07 100644 --- a/hosts/odyssey/hardware-configuration.nix +++ b/hosts/odyssey/hardware-configuration.nix @@ -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;