From cb9b61c6e0ab4d229c09b3603e03446314022347 Mon Sep 17 00:00:00 2001 From: demenik Date: Mon, 1 Dec 2025 18:41:39 +0100 Subject: [PATCH] fix: Fix typo in hosts/desktop.nix --- hosts/desktop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/desktop.nix b/hosts/desktop.nix index 18a55da..0d3abaa 100644 --- a/hosts/desktop.nix +++ b/hosts/desktop.nix @@ -5,7 +5,7 @@ ... }: { imports = [ - (modulesPath + "/installer/scan/not_detected") + (modulesPath + "/installer/scan/not-detected.nix") ]; boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod"];