diff options
author | Vincent Ambo <mail@tazj.in> | 2022-12-19T09·26+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-12-19T09·29+0000 |
commit | d026a021b7fb0c9c7206f5c6d8094d297dc0b462 (patch) | |
tree | 80bab7e23e81d4f1afe51b5fedfeba44ab0ed302 /users/tazjin/nixos/tverskoy/default.nix | |
parent | 17f16a8bdefeac34aa62a974e4fdedd7336675dc (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/tverskoy/default.nix')
-rw-r--r-- | users/tazjin/nixos/tverskoy/default.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index d42d48977612..57e7aa4a1133 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"; }) |