Update hosts/docker/configuration.nix

This commit is contained in:
2026-02-16 09:14:46 +00:00
parent 3389c9549a
commit 8db2a2db86

View File

@@ -18,7 +18,15 @@ in
]; ];
networking.hostName = "docker"; # Define your hostname. 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; services.tailscale.enable = true;
# Enable docker-compose # Enable docker-compose
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [