From 683de4b159c110f01c1053fbe16257ecc75463bb Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 12 Jul 2022 16:58:12 +0300 Subject: 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 Tested-by: BuildkiteCI Reviewed-by: tazjin --- users/tazjin/nixos/tverskoy/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'users/tazjin') diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 03de20fc74..d42d489776 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -48,6 +48,7 @@ lib.fix (self: { }; virtualisation.virtualbox.host.enable = true; + users.users.tazjin.extraGroups = [ "vboxusers" ]; fileSystems = { "/" = { -- cgit 1.4.1