1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{ config, lib, pkgs, modulesPath, ... }: { imports = [ (modulesPath + "/installer/scan/not-detected.nix") # TODO is this necessary? ./cpu.nix ./gpu.nix ./boot.nix ./filesystems.nix ]; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; }