# 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 = [ "uhci_hcd" "ehci_pci" "ahci" "usb_storage" "sd_mod" ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; fileSystems."/" = { device = "/dev/disk/by-uuid/453e3503-1d3d-4e38-886f-149fc9e2f31f"; fsType = "ext4"; }; swapDevices = [ ]; nix.maxJobs = lib.mkDefault 2; powerManagement.cpuFreqGovernor = "ondemand"; }