From 7126c01fd0f6209e198ed6106353addb293d6512 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 9 Mar 2023 12:14:08 +0300 Subject: chore(tazjin/nixos): enable docker on tverskoy for a talk Change-Id: Ie5caa5648d34a4163e752f121edd8e828c922a77 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8232 Reviewed-by: tazjin Tested-by: BuildkiteCI Autosubmit: tazjin --- users/tazjin/nixos/tverskoy/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'users/tazjin/nixos/tverskoy/default.nix') diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 51b3b781934e..0be37f20887d 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -48,7 +48,8 @@ lib.fix (self: { }; virtualisation.virtualbox.host.enable = true; - users.users.tazjin.extraGroups = [ "vboxusers" ]; + virtualisation.docker.enable = true; + users.users.tazjin.extraGroups = [ "docker" "vboxusers" ]; fileSystems = { "/" = { -- cgit 1.4.1