spacepaste

  1.  
  2. # Do not modify this file! It was generated by ‘nixos-generate-config’
  3. # and may be overwritten by future invocations. Please make changes
  4. # to /etc/nixos/configuration.nix instead.
  5. { config, lib, pkgs, ... }:
  6. {
  7. imports = [ ];
  8. boot.initrd.availableKernelModules = [ "ata_piix" "ohci_pci" "ehci_pci" "sd_mod" "sr_mod" ];
  9. boot.kernelModules = [ ];
  10. boot.extraModulePackages = [ ];
  11. fileSystems."/" =
  12. { device = "/dev/disk/by-uuid/1e5a7335-6696-4bd3-9464-3ada580981f5";
  13. fsType = "ext4";
  14. };
  15. fileSystems."/boot" =
  16. { device = "/dev/disk/by-uuid/4ebe2d2d-dac8-44a6-ba29-52848c8621d8";
  17. fsType = "ext2";
  18. };
  19. swapDevices =
  20. [ { device = "/dev/disk/by-uuid/d1ad820b-b891-4dcb-ac4b-68155f1d4e3b"; }
  21. ];
  22. nix.maxJobs = lib.mkDefault 2;
  23. virtualisation.virtualbox.guest.enable = true;
  24. }
  25.