update todo

Former-commit-id: d56f39275c
This commit is contained in:
Hadi
2025-02-18 23:40:07 +01:00
parent 69a01839f9
commit 544ee3e4ed
11 changed files with 188 additions and 419 deletions
+9
View File
@@ -0,0 +1,9 @@
{ config, ... }:
let username = config.var.username;
in {
virtualisation.virtualbox.host = {
enable = true;
enableExtensionPack = true;
};
users.extraGroups.vboxusers.members = [ username ];
}