You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is considered not best-practice. Thins in RuntimeDirectory are by default private to the service (0600 permissions). and thus other services can not reach the socket.
Unix domain sockets should simply go into /run/nix-snapshotter.sock for when running globally and under $XDG_RUNTIME_DIR/nix-snapshotter.sock (/run/user/$uid/nix-snapshotter.sock) when running as local user. So that other services like Containerd can actually reach the socket without having to mess with permissions.