feat(systems): add mellinoe back

This commit is contained in:
Mohammad Rafiq 2025-03-27 05:21:42 +08:00
parent 1709e1ed56
commit d118d961f7
No known key found for this signature in database
4 changed files with 19 additions and 4 deletions

View file

@ -0,0 +1,6 @@
{ lib, config, ... }:
{
boot.kernelModules = [ "kvm-intel" ];
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
}