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.
|
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
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user