about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/tazjin/nixos/tverskoy/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix
index d42d489776..57e7aa4a11 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 = {
     "/" = {
@@ -159,7 +159,5 @@ lib.fix (self: {
     };
   };
 
-  services.tailscale.enable = true;
-
   system.stateVersion = "20.09";
 })