mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-05-31 15:26:09 +02:00
Add Docker IPv6 configuration
This commit is contained in:
parent
f06c0ca322
commit
28865a062f
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,11 @@
|
|||
{
|
||||
virtualisation.docker = {
|
||||
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