diff --git a/hosts/ame/hardware.nix b/hosts/ame/hardware.nix index abe875b..780b88a 100644 --- a/hosts/ame/hardware.nix +++ b/hosts/ame/hardware.nix @@ -6,7 +6,7 @@ ... }: { imports = [ - inputs.disko.nixosModules.default + ./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 7fa3987..8758f3e 100755 --- a/hosts/tsuki/hardware.nix +++ b/hosts/tsuki/hardware.nix @@ -6,7 +6,7 @@ ... }: { imports = [ - inputs.disko.nixosModules.default + # ./disko-config.nix (modulesPath + "/installer/scan/not-detected.nix") # ./disko-config.nix ];