all repos — archive/nixos-configuration @ 4fe35f037b3249042fc072d255fe3134322293ac

Superseded by nixfiles

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; }; };