aboutsummaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
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; };