all repos — nixfiles @ 4f244d35cc42aba068b7076f5007f3b1cbdbed5b

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

Re-enable virtualbox at SatoshiPay

Alan Pearce
commit

4f244d35cc42aba068b7076f5007f3b1cbdbed5b

parent

092fb00879d9593e41acf085141ebe2574421da4

1 file 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;