This commit is contained in:
2026-03-03 00:35:35 +01:00
parent 8fe8a25615
commit e959d13d90
5 changed files with 71 additions and 15 deletions

View File

@@ -0,0 +1,8 @@
{
flake.nixosModules.computer-mo = {
boot.kernelModules = [ "" ];
boot.extraModulePackages = [ ];
nixpkgs.hostPlatform = "x86_64-linux";
hardware.cpu.amd.updateMicrocode = true;
};
}