# 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" "amdgpu" ]; boot.initrd.kernelModules = [ "amdgpu" ]; boot.kernelModules = [ "amdgpu" ]; boot.extraModulePackages = [ ]; boot.kernelParams = [ "video=DP-1:2560x1440@144" "video=HDMI-A-1:1920x1080@75" ]; boot.kernelPackages = pkgs.linuxPackages_latest; fileSystems."/" = { device = "/dev/disk/by-uuid/2191540a-8cf9-400e-b4bc-9dbf71527b07"; fsType = "ext4"; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/3DD6-C061"; fsType = "vfat"; }; swapDevices = [ { device = "/dev/disk/by-uuid/7c6d727e-1d40-472a-a409-205db0776d20"; } ]; networking.useDHCP = lib.mkDefault true; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; }