diff options
author | Alan Pearce | 2017-12-04 17:09:28 +0100 |
---|---|---|
committer | Alan Pearce | 2017-12-04 17:09:28 +0100 |
commit | 84f021a4e619d6299c6e455885c945c30e34f015 (patch) | |
tree | dc255d34ec84a27c883c070355a02561db5e857f | |
parent | ed348b500c4ba09fdd7975d064072e6338aed379 (diff) | |
download | nixos-configuration-84f021a4e619d6299c6e455885c945c30e34f015.tar.lz nixos-configuration-84f021a4e619d6299c6e455885c945c30e34f015.tar.zst nixos-configuration-84f021a4e619d6299c6e455885c945c30e34f015.zip |
satoshipay: Install virtualbox (host)
-rw-r--r-- | modules/satoshipay.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/satoshipay.nix b/modules/satoshipay.nix index 73ffbf1..7bb74ff 100644 --- a/modules/satoshipay.nix +++ b/modules/satoshipay.nix @@ -10,6 +10,10 @@ enable = true; }; }; + virtualbox.host = { + enable = true; + headless = true; + }; }; nixpkgs.config.allowUnfree = true; |