chore: updates

This commit is contained in:
Nickolaj Jepsen 2025-02-21 16:36:06 +01:00
parent 564ad12def
commit 5e83abc0fb
6 changed files with 4 additions and 12 deletions

View file

@ -1,9 +0,0 @@
{
username,
pkgsUnstable,
...
}: {
virtualisation.virtualbox.host.enable = true;
virtualisation.virtualbox.host.package = pkgsUnstable.virtualbox;
users.extraGroups.vboxusers.members = [username];
}