# Do not modify this file! It was generated by nixos-generate-config # and may be overwritten by future invocations. Please make changes # to configuration.nix instead. { lib, modulesPath, ... }: { imports = [ (modulesPath + "/profiles/qemu-guest.nix") ]; boot.initrd.availableKernelModules = [ "uhci_hcd" "ehci_pci" "ahci" "virtio_pci" "virtio_scsi" "sd_mod" "sr_mod" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; fileSystems."/" = { device = "/dev/disk/by-uuid/d65b2c3a-c630-4a07-bcf3-ec1b728129c0"; fsType = "ext4"; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/67DC-8A41"; fsType = "vfat"; options = [ "fmask=0077" "dmask=0077" ]; }; fileSystems."/mnt/data" = { device = "/dev/disk/by-uuid/edc0420b-8bec-438d-856d-bb345238e735"; fsType = "ext4"; }; fileSystems."/mnt/attic" = { device = "/dev/disk/by-uuid/f45e0247-d2eb-4150-8116-e8d257c01aac"; fsType = "ext4"; }; swapDevices = [ ]; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; }