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