about summary refs log tree commit diff
path: root/users/tazjin/nixos/tverskoy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/nixos/tverskoy/default.nix')
-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 = {
     "/" = {