Monorepo for Tangled
0

Configure Feed

Select the types of activity you want to include in your feed.

nix/microvm: bind docker to /var/run/docker.sock also

Signed-off-by: dawn <dawn@tangled.org>

dawn (Jun 11, 2026, 5:14 PM +0300) c6ab59a7 ea3ccc05

+4
+4
nix/microvm/base.nix
··· 30 30 }; 31 31 32 32 users.users.spindle-workflow.extraGroups = lib.mkIf config.virtualisation.docker.enable ["docker"]; 33 + virtualisation.docker.listenOptions = [ 34 + "/run/docker.sock" 35 + "/var/run/docker.sock" 36 + ]; 33 37 34 38 nix = { 35 39 settings = {