all repos — nixfiles @ 4fe35f037b3249042fc072d255fe3134322293ac

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

satoshipay: Disable virtualbox

Doesn't build after kernel update, not critical anyway
Alan Pearce alan@alanpearce.eu
Thu, 21 Dec 2017 21:11:18 +0100
commit

4fe35f037b3249042fc072d255fe3134322293ac

parent

9f2a5c1a47674015a5252ee07d09bec2a627045e

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

jump to
M modules/satoshipay.nixmodules/satoshipay.nix
@@ -11,7 +11,7 @@ enable = true;       };
     };
     virtualbox.host = {
-      enable = true;
+      enable = false;
       headless = true;
     };
   };