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