fix: Fix typo in hosts/desktop.nix

This commit is contained in:
demenik
2025-12-01 18:41:39 +01:00
parent 3d009d2bc3
commit cb9b61c6e0

View File

@@ -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"];