mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
@@ -0,0 +1,9 @@
|
||||
{ config, ... }:
|
||||
let username = config.var.username;
|
||||
in {
|
||||
virtualisation.virtualbox.host = {
|
||||
enable = true;
|
||||
enableExtensionPack = true;
|
||||
};
|
||||
users.extraGroups.vboxusers.members = [ username ];
|
||||
}
|
||||
Reference in New Issue
Block a user