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:
parent
17f16a8bde
commit
d026a021b7
1 changed files with 2 additions and 4 deletions
|
@ -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";
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue