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

This commit is contained in:
Charlotte Van Petegem 2025-04-21 16:33:28 +02:00
parent 6e63c9313a
commit 0d0dfa819f
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E

View file

@ -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;