Move git CI runner to marabethia
All checks were successful
Cachix / build (elendel) (push) Successful in 7m14s
Cachix / build (kholinar) (push) Successful in 13m23s
Cachix / build (marabethia) (push) Successful in 10m7s

This commit is contained in:
Charlotte Van Petegem 2025-04-21 16:47:57 +02:00
parent cd8bfee959
commit cb036278a7
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E
58 changed files with 187 additions and 186 deletions

View file

@ -16,12 +16,17 @@
labels = [ ];
name = config.networking.hostName;
tokenFile = config.age.secrets."passwords/services/git/token-file".path;
settings.container.enable_ipv6 = false;
settings = {
container.enable_ipv6 = true;
};
};
};
virtualisation.docker = {
enable = true;
daemon.settings.ipv6 = false;
daemon.settings = {
fixed-cidr-v6 = "fd00::/80";
ipv6 = true;
};
};
age.secrets."passwords/services/git/token-file" = {