mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-06-05 17:51:36 +02:00
Add Docker IPv6 configuration
This commit is contained in:
parent
f06c0ca322
commit
28865a062f
1 changed files with 7 additions and 2 deletions
|
@ -2,5 +2,10 @@
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoPrune.enable = true;
|
autoPrune.enable = true;
|
||||||
|
|
||||||
|
daemon.settings = {
|
||||||
|
ipv6 = true;
|
||||||
|
fixed-cidr-v6 = "fd00::/80";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue