all repos — nixfiles @ 4f244d35cc42aba068b7076f5007f3b1cbdbed5b

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

Re-enable virtualbox at SatoshiPay
Alan Pearce alan@alanpearce.eu
Thu, 15 Feb 2018 16:40:01 +0100
commit

4f244d35cc42aba068b7076f5007f3b1cbdbed5b

parent

092fb00879d9593e41acf085141ebe2574421da4

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

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