Skip to content

Instantly share code, notes, and snippets.

@jamesthompson
Created May 1, 2015 19:08
Show Gist options
  • Save jamesthompson/b6e2c91a63e34f02c7b2 to your computer and use it in GitHub Desktop.
Save jamesthompson/b6e2c91a63e34f02c7b2 to your computer and use it in GitHub Desktop.
vb
{
defaults =
{ config, pkgs, ... }:
{ deployment.targetEnv = "virtualbox";
deployment.virtualbox.memorySize = 2048; # Mb
deployment.virtualbox.headless = true;
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment