aboutsummaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2016-12-20 13:11:19 +0300
committerIgor Pashev <pashev.igor@gmail.com>2016-12-20 13:11:19 +0300
commita9537a747cb1a83ab496ab810ba2735c69d551a0 (patch)
tree2954fdd421dee5ba839ca02638ec86d96a9633ef /machines
parentc08819faeba94416dd3d122b3a26537c6c0fdeca (diff)
downloadnixsap-a9537a747cb1a83ab496ab810ba2735c69d551a0.tar.gz
vbox: headless = mkDefault true
Diffstat (limited to 'machines')
-rw-r--r--machines/vbox.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/vbox.nix b/machines/vbox.nix
index 7ccb468..986100b 100644
--- a/machines/vbox.nix
+++ b/machines/vbox.nix
@@ -9,6 +9,7 @@ let
in {
deployment.targetEnv = "virtualbox";
deployment.virtualbox = {
+ headless = mkDefault true;
memorySize = mkDefault 1024; # megabytes
disks = {
sdb = { port = 1; size = 30000; };