diff --git a/hardware.nix b/hardware.nix deleted file mode 100644 index d86319c..0000000 --- a/hardware.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ self, inputs, ... }: { - - flake.nixosModules.fioHardware = { config, lib, pkgs, modulesPath, ... }: { - imports = [ - (modulesPath + "/installer/scan/not-detected.nix") - ]; - }; -}