We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d3f90 commit b52e66dCopy full SHA for b52e66d
home-manager/personalities/cli/containers.nix
@@ -1,8 +1,5 @@
1
{ pkgs, ... }: {
2
home.packages = with pkgs; [ skopeo ];
3
- services.podman = {
4
- enable = true;
5
- };
6
home.sessionVariables = {
7
DOCKER_HOST = "unix://$(${pkgs.podman}/bin/podman system info -f json | ${pkgs.jq}/bin/jq -r .host.remoteSocket.path)";
8
};
0 commit comments