# 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 = [ "nvme" "xhci_pci" "usb_storage" "sd_mod" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ]; fileSystems."/" = { device = "/dev/mapper/luks-0f1f8ec5-573b-49da-b82c-abffbcd77387"; fsType = "ext4"; }; boot.initrd.luks.devices."luks-0f1f8ec5-573b-49da-b82c-abffbcd77387".device = "/dev/disk/by-uuid/0f1f8ec5-573b-49da-b82c-abffbcd77387"; fileSystems."/boot" = { device = "/dev/disk/by-uuid/6388-B8D8"; fsType = "vfat"; options = [ "fmask=0077" "dmask=0077" ]; }; swapDevices = [ { device = "/dev/mapper/luks-324ce23c-e630-42a1-8558-184e999053a5"; } ]; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; }