mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
chore: updates
This commit is contained in:
parent
564ad12def
commit
5e83abc0fb
6 changed files with 4 additions and 12 deletions
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
username,
|
||||
pkgsUnstable,
|
||||
...
|
||||
}: {
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
virtualisation.virtualbox.host.package = pkgsUnstable.virtualbox;
|
||||
users.extraGroups.vboxusers.members = [username];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue