From 8db2a2db867d82be22155718f9824f84f15c525e Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Mon, 16 Feb 2026 09:14:46 +0000 Subject: [PATCH] Update hosts/docker/configuration.nix --- hosts/docker/configuration.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/hosts/docker/configuration.nix b/hosts/docker/configuration.nix index b13479d..e164716 100644 --- a/hosts/docker/configuration.nix +++ b/hosts/docker/configuration.nix @@ -18,7 +18,15 @@ in ]; networking.hostName = "docker"; # Define your hostname. - virtualisation.docker.enable = true; +# virtualisation.docker.enable = true; + virtualisation.docker = { + enable = true; + + daemon.settings = { + metrics-addr = "0.0.0.0:9323"; + experimental = true; + }; +}; services.tailscale.enable = true; # Enable docker-compose environment.systemPackages = with pkgs; [