chore: remove unecessary hardware file

This commit is contained in:
Ryan Hamamura
2026-04-20 19:05:36 -10:00
parent 8f546ed840
commit c8a9e615c5

View File

@@ -1,8 +0,0 @@
{ self, inputs, ... }: {
flake.nixosModules.fioHardware = { config, lib, pkgs, modulesPath, ... }: {
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
];
};
}