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" ];
|
||||||
|
}
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../configs/system.nix
|
../../configs/system.nix
|
||||||
../../configs/user.nix
|
../../configs/user.nix
|
||||||
|
../../configs/virtualisation.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Use older kernel thanks to Intel
|
# Use older kernel thanks to Intel
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue