diff --git a/flake.nix b/flake.nix index dd90c08..e47a48e 100644 --- a/flake.nix +++ b/flake.nix @@ -226,6 +226,18 @@ modules = [ self.nixosModules.nomarchy { environment.systemPackages = [ home-manager.packages.${system}.home-manager ]; } + # The installer's autodetection emits these on real + # machines (and the intel CPU module pulls the whole + # iGPU stack) — without them an offline install on + # common hardware builds graphics drivers from + # source. Model-specific profiles may still need + # network; the common ground is covered. + nixos-hardware.nixosModules.common-cpu-intel + nixos-hardware.nixosModules.common-cpu-amd + nixos-hardware.nixosModules.common-gpu-amd + nixos-hardware.nixosModules.common-pc-laptop + nixos-hardware.nixosModules.common-pc-ssd + nixos-hardware.nixosModules.common-pc (./templates/downstream + "/hardware-configuration.nix") (./templates/downstream + "/system.nix") ({ lib, ... }: {