···153153 systemd.sockets.podman.wantedBy = [ "sockets.target" ];
154154 systemd.sockets.podman.socketConfig.SocketGroup = "podman";
155155156156+ systemd.user.services.podman.serviceConfig = {
157157+ ExecStart = [ "" "${cfg.package}/bin/podman $LOGGING system service" ];
158158+ };
159159+160160+ systemd.user.sockets.podman.wantedBy = [ "sockets.target" ];
161161+156162 systemd.tmpfiles.packages = [
157163 # The /run/podman rule interferes with our podman group, so we remove
158164 # it and let the systemd socket logic take care of it.
···4343 I). It is a dependency of the C++ ABI library, and sometimes is a
4444 dependency of other runtimes.
4545 '';
4646- broken = true; # TODO: gnu-install-dirs.patch fails to apply
4746 };
4847}