Files
nix/hosts/elara/hardware/default.nix
2025-08-18 14:27:56 -04:00

16 lines
198 B
Nix

{ ... }:
{
imports = [ ./display.nix ];
hardware = {
enableAllFirmware = true;
cpu = {
cores = 14;
threads = 14;
};
};
virtualisation.hypervGuest.enable = true;
}