mirror of
https://github.com/sbrow/nix.git
synced 2026-02-27 21:31:45 -05:00
feat: Added nix-command and flakes to vagrant machine.
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
{ config, ... }: {
|
{ config, ... }: {
|
||||||
config = {
|
config = {
|
||||||
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
||||||
virtualisation.virtualbox.guest.enable = true;
|
virtualisation.virtualbox.guest.enable = true;
|
||||||
|
|
||||||
# Mount a VirtualBox shared folder.
|
# Mount a VirtualBox shared folder.
|
||||||
|
|||||||
Reference in New Issue
Block a user