diff options
author | Alan Pearce | 2017-12-21 21:11:18 +0100 |
---|---|---|
committer | Alan Pearce | 2017-12-21 21:11:18 +0100 |
commit | 4fe35f037b3249042fc072d255fe3134322293ac (patch) | |
tree | 60a46e62019792b3e2241a90520bf97443058994 /modules | |
parent | 9f2a5c1a47674015a5252ee07d09bec2a627045e (diff) | |
download | nixos-configuration-4fe35f037b3249042fc072d255fe3134322293ac.tar.lz nixos-configuration-4fe35f037b3249042fc072d255fe3134322293ac.tar.zst nixos-configuration-4fe35f037b3249042fc072d255fe3134322293ac.zip |
satoshipay: Disable virtualbox
Doesn't build after kernel update, not critical anyway
Diffstat (limited to 'modules')
-rw-r--r-- | modules/satoshipay.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/satoshipay.nix b/modules/satoshipay.nix index 7bb74ff..c199614 100644 --- a/modules/satoshipay.nix +++ b/modules/satoshipay.nix @@ -11,7 +11,7 @@ }; }; virtualbox.host = { - enable = true; + enable = false; headless = true; }; }; |