# 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, ... }: { imports = [ ]; boot.initrd.availableKernelModules = [ "ata_piix" "ohci_pci" "ehci_pci" "sd_mod" "sr_mod" ]; boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; fileSystems."/" = { device = "/dev/disk/by-uuid/1e5a7335-6696-4bd3-9464-3ada580981f5"; fsType = "ext4"; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/4ebe2d2d-dac8-44a6-ba29-52848c8621d8"; fsType = "ext2"; }; swapDevices = [ { device = "/dev/disk/by-uuid/d1ad820b-b891-4dcb-ac4b-68155f1d4e3b"; } ]; nix.maxJobs = lib.mkDefault 2; virtualisation.virtualbox.guest.enable = true; }