Disable ipv6 even more explicitly
This commit is contained in:
parent
0d0dfa819f
commit
cd8bfee959
1 changed files with 5 additions and 1 deletions
|
@ -16,9 +16,13 @@
|
|||
labels = [ ];
|
||||
name = config.networking.hostName;
|
||||
tokenFile = config.age.secrets."passwords/services/git/token-file".path;
|
||||
settings.container.enable_ipv6 = false;
|
||||
};
|
||||
};
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
daemon.settings.ipv6 = false;
|
||||
};
|
||||
|
||||
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