about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2023-01-24T19·53+0300
committerclbot <clbot@tvl.fyi>2023-01-24T19·59+0000
commitebd09edfe9581cfe2dcd751150a34b606e25e807 (patch)
tree68f9e49e172f1030d48d367cb5dcd271fee9ccf0
parent2250c022b6d6d97d507eae543c3a3f426f54883a (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>
-rw-r--r--users/tazjin/nixos/tverskoy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix
index 4aa17cc2c4..51b3b78193 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 = {
     "/" = {