Add Docker IPv6 configuration

This commit is contained in:
Kevin Kandlbinder 2023-05-13 20:43:26 +02:00
parent f06c0ca322
commit 28865a062f
Signed by: kevin
GPG key ID: 1460B586646E180D

View file

@ -1,6 +1,11 @@
{
virtualisation.docker = {
enable = true;
autoPrune.enable = true;
autoPrune.enable = true;
daemon.settings = {
ipv6 = true;
fixed-cidr-v6 = "fd00::/80";
};
};
}
}