# 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" "ahci" "sd_mod" "sr_mod" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; fileSystems."/" = { device = "/dev/disk/by-uuid/60301dbc-91be-4dea-aea9-f73e165f1a15"; fsType = "ext4"; }; swapDevices = [ { device = "/dev/disk/by-uuid/4ba92a45-0a8c-4f35-acf4-da033afeb1a8"; } ]; nix.maxJobs = lib.mkDefault 1; virtualisation.virtualbox.guest.enable = true; }