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
commit

4fe35f037b3249042fc072d255fe3134322293ac

parent

9f2a5c1a47674015a5252ee07d09bec2a627045e

1 file changed, 1 insertion(+), 1 deletion(-)

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