# 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 + "/profiles/qemu-guest.nix") ]; boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "virtio_scsi" "sd_mod" "sr_mod" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; fileSystems."/" = { device = "/dev/disk/by-uuid/54b9fd58-0df5-410c-ab87-766860967653"; fsType = "btrfs"; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/0A60-2885"; fsType = "vfat"; }; fileSystems."/data" = { device = "/dev/disk/by-uuid/87354b26-4f7f-4b94-96fd-4bbeb834a03b"; fsType = "btrfs"; }; fileSystems."/data2" = { device = "/dev/disk/by-uuid/c481da40-08dd-4d6d-abeb-f1976cb4271a"; fsType = "btrfs"; }; swapDevices = [ { device = "/dev/disk/by-uuid/92a1a33f-89a8-45de-a45e-6c303172cd7f"; } ]; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; }