diff --git a/nix/modules/machine/default.nix b/nix/modules/machine/default.nix new file mode 100644 index 0000000..22e2d75 --- /dev/null +++ b/nix/modules/machine/default.nix @@ -0,0 +1,7 @@ +{ + flake.modules.nixos.default = + { modulesPath, ... }: + { + imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; + }; +}