Disable docker ipv6
Some checks failed
Cachix / build (marabethia) (push) Successful in 1m56s
Cachix / build (elendel) (push) Waiting to run
Cachix / build (kholinar) (push) Has been cancelled

This commit is contained in:
Charlotte Van Petegem 2025-04-21 15:31:35 +02:00
parent 62c83dc1c8
commit 5e77caba66
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E

View file

@ -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" = {