profiles#virt: add vagrant
This commit is contained in:
parent
829bb503d5
commit
23c4a925a6
@ -5,7 +5,12 @@
|
||||
};
|
||||
|
||||
# you'll need to add your user to 'libvirtd' group to use virt-manager
|
||||
environment.systemPackages = with pkgs; [ virt-manager ];
|
||||
environment.systemPackages = with pkgs; [ virt-manager vagrant ];
|
||||
|
||||
|
||||
environment.sessionVariables = {
|
||||
VAGRANT_DEFAULT_PROVIDER = "libvirt";
|
||||
};
|
||||
|
||||
nixpkgs.overlays =
|
||||
let
|
||||
|
Loading…
Reference in New Issue
Block a user