about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-07-12T13·58+0300
committerclbot <clbot@tvl.fyi>2022-07-12T17·14+0000
commit683de4b159c110f01c1053fbe16257ecc75463bb (patch)
tree850288fc50f55d24ecd2d2908c7231a2784620c8
parentfcfd097e658a2c44bb1a6950d04ecd4c508b3c0f (diff)
fix(tazjin/tverskoy): add myself to vboxusers r/4296
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>
-rw-r--r--users/tazjin/nixos/tverskoy/default.nix1
1 files changed, 1 insertions, 0 deletions
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 = {
     "/" = {