diff --git a/hosts/ame/hardware.nix b/hosts/ame/hardware.nix index 780b88a..ab2fc6d 100644 --- a/hosts/ame/hardware.nix +++ b/hosts/ame/hardware.nix @@ -1,12 +1,10 @@ { - inputs, config, lib, modulesPath, ... }: { imports = [ - ./disko-config.nix (modulesPath + "/installer/scan/not-detected.nix") ./disko-config.nix ]; diff --git a/hosts/tsuki/hardware.nix b/hosts/tsuki/hardware.nix index 8758f3e..e4c4598 100755 --- a/hosts/tsuki/hardware.nix +++ b/hosts/tsuki/hardware.nix @@ -1,12 +1,10 @@ { - inputs, config, lib, modulesPath, ... }: { imports = [ - # ./disko-config.nix (modulesPath + "/installer/scan/not-detected.nix") # ./disko-config.nix ];