5UP7XCUKX3WWRV6QSJ45TGTQ5PLT6Y76SKTSKVXUMSZSK3RXQEKQC { modulesPath, ... }: {imports = [(modulesPath + "/installer/scan/not-detected.nix")];boot.loader = {systemd-boot.enable = true;efi.canTouchEfiVariables = true;grub.device = "nodev";};# Hardware-specific kernel modulesboot.initrd.availableKernelModules = ["ahci""nvme""xhci_pci""usb_storage""sd_mod"];# Filesystem configuration with your actual labelsfileSystems."/" = {device = "/dev/disk/by-label/nixos";fsType = "ext4";};fileSystems."/boot" = {device = "/dev/disk/by-label/BOOT";fsType = "vfat";};}