diff options
author | Vincent Ambo <mail@tazj.in> | 2022-07-12T13·58+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-07-12T17·14+0000 |
commit | 683de4b159c110f01c1053fbe16257ecc75463bb (patch) | |
tree | 850288fc50f55d24ecd2d2908c7231a2784620c8 /users/tazjin | |
parent | fcfd097e658a2c44bb1a6950d04ecd4c508b3c0f (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>
Diffstat (limited to 'users/tazjin')
-rw-r--r-- | users/tazjin/nixos/tverskoy/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 03de20fc7472..d42d48977612 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 = { "/" = { |