Update hosts/docker/configuration.nix
This commit is contained in:
@@ -22,10 +22,10 @@ in
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
|
||||
daemon.settings = {
|
||||
metrics-addr = "0.0.0.0:9323";
|
||||
experimental = true;
|
||||
};
|
||||
# daemon.settings = {
|
||||
# metrics-addr = "0.0.0.0:9323";
|
||||
# experimental = true;
|
||||
# };
|
||||
};
|
||||
services.tailscale.enable = true;
|
||||
# Enable docker-compose
|
||||
|
||||
Reference in New Issue
Block a user