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

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

View file

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