podman: set CONTAINER_HOST at work
This commit is contained in:
parent
38951e4b26
commit
486771af78
|
@ -100,8 +100,6 @@ in {
|
|||
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
dockerSocket.enable = true;
|
||||
extraPackages = [pkgs.zfs];
|
||||
};
|
||||
|
||||
|
|
|
@ -58,10 +58,16 @@
|
|||
Group = "clamav";
|
||||
};
|
||||
|
||||
virtualisation.podman = {
|
||||
dockerCompat = true;
|
||||
dockerSocket.enable = true;
|
||||
};
|
||||
|
||||
home-manager.users.${config.mj.username} = {
|
||||
home.sessionVariables = {
|
||||
GOFLAGS = "-tags=cluster_integration";
|
||||
GOPRIVATE = "github.com/chronosphereio";
|
||||
CONTAINER_HOST = "unix://run/podman/podman.sock";
|
||||
BUILDKIT_COLORS = "run=123,20,245:error=yellow:cancel=blue:warning=white";
|
||||
};
|
||||
programs = {
|
||||
|
|
Loading…
Reference in New Issue