# 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" "usbhid" "usb_storage" "sd_mod" ]; boot.initrd.kernelModules = [ "dm-snapshot" ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; fileSystems."/" = { device = "/dev/disk/by-uuid/ad7ff130-6171-4c9e-85c9-3db3f4bf5ae9"; fsType = "ext4"; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/8939-9AFF"; fsType = "vfat"; }; swapDevices = [ { device = "/dev/disk/by-uuid/ecb19fb8-4335-40d4-89ff-2b11947e0e0e"; } ]; nix.maxJobs = lib.mkDefault 8; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; }