feat: Added nix-command and flakes to vagrant machine.

This commit is contained in:
Spencer Brower
2022-09-02 15:44:53 -04:00
parent 83e949ddc0
commit a2dee1af8b

View File

@@ -1,5 +1,7 @@
{ config, ... }: {
config = {
nix.settings.experimental-features = [ "nix-command" "flakes" ];
virtualisation.virtualbox.guest.enable = true;
# Mount a VirtualBox shared folder.