Re-enable virtualbox at SatoshiPay
Alan Pearce alan@alanpearce.eu
Thu, 15 Feb 2018 16:40:01 +0100
1 files changed, 6 insertions(+), 0 deletions(-)
jump to
M modules/satoshipay.nix → modules/satoshipay.nix
@@ -12,6 +12,12 @@ autoPrune = { enable = true; }; }; + + virtualbox = { + host = { + enable = true; + }; + }; }; nixpkgs.config.allowUnfree = true;