all repos — nixfiles @ 84f021a4e619d6299c6e455885c945c30e34f015

System and user configuration, managed by nix and home-manager

satoshipay: Install virtualbox (host)
Alan Pearce alan@alanpearce.eu
Mon, 04 Dec 2017 17:09:28 +0100
commit

84f021a4e619d6299c6e455885c945c30e34f015

parent

ed348b500c4ba09fdd7975d064072e6338aed379

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M modules/satoshipay.nixmodules/satoshipay.nix
@@ -10,6 +10,10 @@ autoPrune = {         enable = true;
       };
     };
+    virtualbox.host = {
+      enable = true;
+      headless = true;
+    };
   };
 
   nixpkgs.config.allowUnfree = true;