# 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, modulesPath, ... }: { imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; boot = { initrd = { availableKernelModules = ["nvme" "xhci_pci" "ahci" "usb_storage" "sd_mod" "sdhci_pci"]; kernelModules = []; }; kernelModules = ["kvm-amd"]; extraModulePackages = []; }; fileSystems."/" = { device = "/dev/disk/by-uuid/c04808ac-32eb-481c-b99f-f109fd1bcb8b"; fsType = "btrfs"; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/C5C6-EDC1"; fsType = "vfat"; options = ["fmask=0077" "dmask=0077"]; }; swapDevices = [ { device = "/var/lib/swapfile"; size = 8 * 1024; randomEncryption.enable = true; } ]; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; }