# 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" "nvme" "usbhid" "usb_storage" "sd_mod"]; boot.initrd.kernelModules = []; boot.kernelModules = ["kvm-intel"]; boot.extraModulePackages = []; fileSystems."/" = { device = "/dev/disk/by-uuid/abc3fe04-368e-46eb-8c7a-3a829bb2deab"; fsType = "ext4"; }; boot.initrd.luks.devices."cryptroot" = { device = "/dev/disk/by-uuid/aed21f8d-8e15-4f43-8710-460cb36d488b"; allowDiscards = true; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/3B67-0CAB"; fsType = "vfat"; }; swapDevices = [ { device = "/swapfile"; size = 18 * 1024; # 18 GB } ]; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; }