From 24c8bcff4c37d0a8a337f1fba0ea2d1391ed5d8f Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 22 Apr 2024 21:55:21 -0400 Subject: [PATCH] hosts: update disko --- hosts/ame/hardware.nix | 2 +- hosts/tsuki/hardware.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ];