Skip to content

Commit

Permalink
fixup: use XDG_RUNTIME_DIR for path to podman socket
Browse files Browse the repository at this point in the history
Co-authored-by: MaeIsBad <26093674+MaeIsBad@users.noreply.github.com>
  • Loading branch information
michaelCTS and MaeIsBad authored Sep 27, 2023
1 parent 96d5e47 commit d130a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/virtualisation/podman/podman.nix
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ in {
}
(mkIf cfg.enableDockerSocket {
home.sessionVariables."DOCKER_HOST" =
"unix:///run/user/$UID/podman/podman.sock";
"unix:///$XDG_RUNTIME_DIR/podman/podman.sock";
})
]))

Expand Down

0 comments on commit d130a06

Please sign in to comment.