diff --git a/theba.nix b/theba.nix index f7b8549..bf6c38c 100644 --- a/theba.nix +++ b/theba.nix @@ -64,4 +64,7 @@ unison ]; + virtualisation.docker.enable = true; + users.extraUsers.gebner.extraGroups = [ "docker" ]; + }