diff options
author | Alan Pearce | 2018-12-11 15:54:22 +0100 |
---|---|---|
committer | Alan Pearce | 2018-12-11 15:54:22 +0100 |
commit | 7a69a1c482830adb17a3be73d437c6d8f54183a2 (patch) | |
tree | 3f1c55ce614ae0619478d6013918e6ff2bfaa27c /modules | |
parent | 594de27ef6882766a1673660d61c4c2fc7bc1fa1 (diff) | |
download | nixos-configuration-7a69a1c482830adb17a3be73d437c6d8f54183a2.tar.lz nixos-configuration-7a69a1c482830adb17a3be73d437c6d8f54183a2.tar.zst nixos-configuration-7a69a1c482830adb17a3be73d437c6d8f54183a2.zip |
SatoshiPay: remove virtualbox
Diffstat (limited to 'modules')
-rw-r--r-- | modules/satoshipay.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/satoshipay.nix b/modules/satoshipay.nix index fdc3532..1733123 100644 --- a/modules/satoshipay.nix +++ b/modules/satoshipay.nix @@ -12,12 +12,6 @@ enable = true; }; }; - - virtualbox = { - host = { - enable = true; - }; - }; }; nixpkgs.config.allowUnfree = true; |