diff --git a/flake.nix b/flake.nix index a60ab22..3837553 100644 --- a/flake.nix +++ b/flake.nix @@ -250,6 +250,7 @@ mkHosts = mk: let ls = imports: { inherit imports; }; hw = nixos-hardware.nixosModules; + #vf = nixos-vf2.nixosModules; amd = ls [ hw.common-pc hw.common-pc-ssd hw.common-cpu-amd ]; intel = ls [ hw.common-pc hw.common-pc-ssd hw.common-cpu-intel ./hardware/gpu/intel.nix ]; intel-novga = ls [ hw.common-pc hw.common-pc-ssd hw.common-cpu-intel-cpu-only ];