From f456d71cabdb9588fc80702d7e5deea5b75f86d1 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 28 Apr 2024 23:03:10 -0400 Subject: [PATCH] hosts: remove duplicate def --- hosts/ame/hardware.nix | 2 -- hosts/tsuki/hardware.nix | 2 -- 2 files changed, 4 deletions(-) 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 ];