# 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" "sr_mod" "virtio_blk" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; boot.supportedFilesystems = [ "xfs" ]; fileSystems."/" = { device = "/dev/disk/by-uuid/8a4b3704-66c7-4939-8159-6a099ef8ad54"; fsType = "xfs"; }; fileSystems."/data" = { device = "/dev/disk/by-uuid/0e89049e-0936-403e-b88b-27cd1cfd3e09"; fsType = "xfs"; }; swapDevices = [ ]; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; }