# Do not modify this file! It was generated by ‘nixos-generate-config’ # and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. { config, lib, modulesPath, ... }: { imports = [ (modulesPath + "/hardware/cpu/intel-npu.nix") (modulesPath + "/installer/scan/not-detected.nix") ]; boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "vmd" "nvme" "usb_storage" "usbhid" "sd_mod" "rtsx_pci_sdmmc" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; fileSystems."/" = { device = "/dev/mapper/luks-2f657f2f-3935-4c54-bd32-ea658f86dd79"; fsType = "ext4"; }; boot.initrd.luks.devices."luks-2f657f2f-3935-4c54-bd32-ea658f86dd79".device = "/dev/disk/by-uuid/2f657f2f-3935-4c54-bd32-ea658f86dd79"; fileSystems."/boot" = { device = "/dev/disk/by-uuid/9601-DCA3"; fsType = "vfat"; options = [ "fmask=0077" "dmask=0077" ]; }; swapDevices = [ { device = "/dev/mapper/luks-eea287fc-7579-44e2-96dc-a229cc6f57ff"; } ]; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.intel.npu.enable = true; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; }