chore(tazjin/tverskoy): disable tailscale & virtualbox

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
This commit is contained in:
Vincent Ambo 2022-12-19 12:26:14 +03:00 committed by tazjin
parent 17f16a8bde
commit d026a021b7

View file

@ -47,8 +47,8 @@ lib.fix (self: {
zfs.enableUnstable = true; zfs.enableUnstable = true;
}; };
virtualisation.virtualbox.host.enable = true; # virtualisation.virtualbox.host.enable = true;
users.users.tazjin.extraGroups = [ "vboxusers" ]; # users.users.tazjin.extraGroups = [ "vboxusers" ];
fileSystems = { fileSystems = {
"/" = { "/" = {
@ -159,7 +159,5 @@ lib.fix (self: {
}; };
}; };
services.tailscale.enable = true;
system.stateVersion = "20.09"; system.stateVersion = "20.09";
}) })