fix(tazjin/tverskoy): add myself to vboxusers

otherwise passing through USB devices is not possible

Change-Id: I3ab52aaae2567f39e483717b74023316fc3d033a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5941
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2022-07-12 16:58:12 +03:00 committed by clbot
parent fcfd097e65
commit 683de4b159

View file

@ -48,6 +48,7 @@ lib.fix (self: {
};
virtualisation.virtualbox.host.enable = true;
users.users.tazjin.extraGroups = [ "vboxusers" ];
fileSystems = {
"/" = {