Skip to content

Commit b52e66d

Browse files
authored
fix remove podman from hm
1 parent 03d3f90 commit b52e66d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

home-manager/personalities/cli/containers.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{ pkgs, ... }: {
22
home.packages = with pkgs; [ skopeo ];
3-
services.podman = {
4-
enable = true;
5-
};
63
home.sessionVariables = {
74
DOCKER_HOST = "unix://$(${pkgs.podman}/bin/podman system info -f json | ${pkgs.jq}/bin/jq -r .host.remoteSocket.path)";
85
};

0 commit comments

Comments
 (0)