# 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 = [ "dm-snapshot" ]; boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; fileSystems."/" = { device = "/dev/mapper/vg-root"; fsType = "ext4"; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/7d964ac4-17b5-43ce-b363-b0d54b89aec7"; fsType = "ext4"; }; swapDevices = [ { device = "/dev/mapper/vg-swap"; } ]; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; }