mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
7 lines
164 B
Nix
7 lines
164 B
Nix
{ pkgs, ... }: {
|
|
virtualisation.virtualbox.host = {
|
|
enable = true;
|
|
enableExtensionPack = true;
|
|
};
|
|
users.extraGroups.vboxusers.members = [ "srid" ];
|
|
}
|