From ebd09edfe9581cfe2dcd751150a34b606e25e807 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 24 Jan 2023 22:53:15 +0300 Subject: feat(tazjin/tverskoy): re-enable virtualbox need that ubuntu for ~reasons~ Change-Id: Ia3ba60d84c39b7930b7e7a2a1ee83a01e49ef6a0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7921 Reviewed-by: tazjin Tested-by: BuildkiteCI Autosubmit: tazjin --- users/tazjin/nixos/tverskoy/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'users/tazjin/nixos') diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 4aa17cc2c4..51b3b78193 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 = { "/" = { -- cgit 1.4.1