# 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 = ["ahci" "usbhid" "uas"]; boot.initrd.kernelModules = ["dm-snapshot"]; boot.kernelModules = ["kvm-amd"]; boot.extraModulePackages = []; fileSystems."/" = { device = "/dev/disk/by-uuid/1dca9d02-555c-4b23-9450-8f3413fa7694"; fsType = "xfs"; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/A24C-F252"; fsType = "vfat"; }; fileSystems."/media/internal" = { device = "/dev/disk/by-uuid/5cf314a8-82f4-4037-a724-62d2ff226cff"; fsType = "ext4"; }; swapDevices = [ { device = "/dev/disk/by-uuid/0203b641-280f-4a3d-971d-fd32a666c852"; } ]; powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; }