diff options
author | Christian Segundo | 2024-02-29 10:17:52 +0100 |
---|---|---|
committer | Christian Segundo | 2024-02-29 10:17:52 +0100 |
commit | 17887c6c8b8c044d6abb309e33290f947cbeecaa (patch) | |
tree | b9f37b989e1aeafffa0d088c000dd54d546117dd | |
parent | 0a9090de9b23d0cc9c504916d0d060b3fb4ab7ff (diff) | |
download | hm-extra-master.tar.gz |
-rw-r--r-- | programs/colima.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/programs/colima.nix b/programs/colima.nix index ecf412a..8cb284e 100644 --- a/programs/colima.nix +++ b/programs/colima.nix @@ -45,6 +45,7 @@ in packages = [ cfg.package ]; sessionVariables = { DOCKER_HOST = "unix://${config.home.homeDirectory}/.colima/docker.sock"; + DOCKER_CLIENT_ADDRESS = "unix://${config.home.homeDirectory}/.colima/docker.sock"; }; # because Colima writes to this file on startup activation.colimaConfig = lib.hm.dag.entryAfter [ "writeBoundary" ] '' |