Disable ipv6 in docker
This commit is contained in:
parent
6e63c9313a
commit
0d0dfa819f
1 changed files with 1 additions and 10 deletions
|
@ -16,18 +16,9 @@
|
|||
labels = [ ];
|
||||
name = config.networking.hostName;
|
||||
tokenFile = config.age.secrets."passwords/services/git/token-file".path;
|
||||
settings = {
|
||||
container.enable_ipv6 = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
daemon.settings = {
|
||||
fixed-cidr-v6 = "fd00::/80";
|
||||
ipv6 = true;
|
||||
};
|
||||
};
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
age.secrets."passwords/services/git/token-file" = {
|
||||
file = ../../../../secrets/passwords/services/git/token-file.age;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue