From d026a021b7fb0c9c7206f5c6d8094d297dc0b462 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 19 Dec 2022 12:26:14 +0300 Subject: chore(tazjin/tverskoy): disable tailscale & virtualbox Change-Id: Ic65e5af3be96d7e49068a7b17f3087a495e51e02 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7591 Autosubmit: tazjin Reviewed-by: tazjin Tested-by: BuildkiteCI --- users/tazjin/nixos/tverskoy/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'users/tazjin/nixos') 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"; }) -- cgit 1.4.1