about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/tazjin/nixos/tverskoy/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix
index 51b3b78193..0be37f2088 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 = {
     "/" = {