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