# 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, pkgs, modulesPath, ... }: { imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" "sdhci_pci" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; fileSystems."/" = { device = "/dev/disk/by-uuid/4dd471ee-c6af-40d4-b9af-b0f99466af02"; fsType = "ext4"; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/D357-6F39"; fsType = "vfat"; }; swapDevices = [ { device = "/dev/disk/by-uuid/a5f80549-0f7b-484b-a951-18d12138af67"; } ]; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; # high-resolution display # hardware.video.hidpi.enable = lib.mkDefault true; }