mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
9 lines
203 B
Nix
9 lines
203 B
Nix
{
|
|
flake.nixosModules.computer-mo = {
|
|
boot.kernelModules = [ "" ];
|
|
boot.extraModulePackages = [ ];
|
|
nixpkgs.hostPlatform = "x86_64-linux";
|
|
hardware.cpu.amd.updateMicrocode = true;
|
|
};
|
|
}
|