# 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, ... }: { imports = [ ]; boot.initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "usb_storage" "usbhid" "uas" "sd_mod" "sr_mod" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; fileSystems."/" = { device = "/dev/disk/by-uuid/fc236860-d371-471d-9c46-14ace1e97ce6"; fsType = "ext4"; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/FABC-F05B"; fsType = "vfat"; }; swapDevices = [ { device = "/dev/disk/by-uuid/4245f271-aee0-404a-b419-19a36262060b"; } ]; nix.maxJobs = lib.mkDefault 4; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; }