Disable docker ipv6
This commit is contained in:
parent
62c83dc1c8
commit
5e77caba66
1 changed files with 4 additions and 4 deletions
|
@ -23,10 +23,10 @@
|
||||||
};
|
};
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
daemon.settings = {
|
# daemon.settings = {
|
||||||
fixed-cidr-v6 = "fd00::/80";
|
# fixed-cidr-v6 = "fd00::/80";
|
||||||
ipv6 = true;
|
# ipv6 = true;
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
age.secrets."passwords/services/git/token-file" = {
|
age.secrets."passwords/services/git/token-file" = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue