mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 20:02:10 +02:00
update todo
This commit is contained in:
9
nixos/virtualbox.nix
Normal file
9
nixos/virtualbox.nix
Normal file
@@ -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