{ modulesPath, lib, ... }: { imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; boot = { initrd = { availableKernelModules = [ "xhci_pci"]; }; }; fileSystems."/" = { device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888"; fsType = "ext4"; }; networking.useDHCP = lib.mkDefault true; nixpkgs.hostPlatform = "aarch64-linux"; powerManagement.cpuFreqGovernor = "ondemand"; }