diff options
author | Vincent Ambo <mail@tazj.in> | 2023-01-24T19·53+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-01-24T19·59+0000 |
commit | ebd09edfe9581cfe2dcd751150a34b606e25e807 (patch) | |
tree | 68f9e49e172f1030d48d367cb5dcd271fee9ccf0 /users | |
parent | 2250c022b6d6d97d507eae543c3a3f426f54883a (diff) |
feat(tazjin/tverskoy): re-enable virtualbox r/5749
need that ubuntu for ~reasons~ Change-Id: Ia3ba60d84c39b7930b7e7a2a1ee83a01e49ef6a0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7921 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users')
-rw-r--r-- | users/tazjin/nixos/tverskoy/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 4aa17cc2c4cd..51b3b781934e 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -47,8 +47,8 @@ lib.fix (self: { zfs.enableUnstable = true; }; - # virtualisation.virtualbox.host.enable = true; - # users.users.tazjin.extraGroups = [ "vboxusers" ]; + virtualisation.virtualbox.host.enable = true; + users.users.tazjin.extraGroups = [ "vboxusers" ]; fileSystems = { "/" = { |