flake migration (again)

This commit is contained in:
2024-04-28 13:24:54 -06:00
parent 71184851d8
commit 39d2219bb1
9 changed files with 249 additions and 159 deletions

View File

@@ -1,5 +1,6 @@
{ config, pkgs, modulesPath, lib, ... }: {
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
nixpkgs.hostPlatform = "x86_64-linux";
hardware = {
cpu.amd.updateMicrocode =
lib.mkDefault config.hardware.enableRedistributableFirmware;