about summary refs log tree commit diff
path: root/users/tazjin/nixos
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-12-19T09·26+0300
committertazjin <tazjin@tvl.su>2022-12-19T09·29+0000
commitd026a021b7fb0c9c7206f5c6d8094d297dc0b462 (patch)
tree80bab7e23e81d4f1afe51b5fedfeba44ab0ed302 /users/tazjin/nixos
parent17f16a8bdefeac34aa62a974e4fdedd7336675dc (diff)
chore(tazjin/tverskoy): disable tailscale & virtualbox r/5425
Change-Id: Ic65e5af3be96d7e49068a7b17f3087a495e51e02
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7591
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/nixos')
-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";
 })