Changed: docker conf

This commit is contained in:
DerGrumpf 2025-03-26 14:51:48 +01:00
parent 5c6dec5e56
commit 93d0c3b471

View File

@ -2,5 +2,17 @@
virtualisation.docker = {
enable = true;
rootless = {
enable = true;
setSocketVariable = true;
};
daemon.settings = {
data-root = "/docker/containers";
userland-proxy = false;
experimental = true;
metrics-addr = "0.0.0.0:9323";
ipv6 = true;
fixed-cidr-v6 = "fd00::/80";
};
};
}