Add virtualbox
This commit is contained in:
parent
fd2bd70f24
commit
37cbc88733
2 changed files with 8 additions and 0 deletions
7
configs/virtualisation.nix
Normal file
7
configs/virtualisation.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
virtualisation.virtualbox.host.enableExtensionPack = true;
|
||||
users.extraGroups.vboxusers.members = [ "froidmpa" ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue