Revert "Disable docker ipv6"
All checks were successful
Cachix / build (elendel) (push) Successful in 1m45s
Cachix / build (kholinar) (push) Successful in 2m23s
Cachix / build (marabethia) (push) Successful in 1m48s

This reverts commit 5e77caba66.
This commit is contained in:
Charlotte Van Petegem 2025-04-21 15:36:39 +02:00
parent 5e77caba66
commit 0663b75158
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E

View file

@ -23,10 +23,10 @@
};
virtualisation.docker = {
enable = true;
# daemon.settings = {
# fixed-cidr-v6 = "fd00::/80";
# ipv6 = true;
# };
daemon.settings = {
fixed-cidr-v6 = "fd00::/80";
ipv6 = true;
};
};
age.secrets."passwords/services/git/token-file" = {