GOTKUZN2F5IGYBNWCMIFRHE7AOOF7BPHK6ZJKCTZVKJLWI5WJCMAC # TODOconfig.flake.modules.nixos.hardware-server ={ 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"];};