Move git CI runner to marabethia
This commit is contained in:
parent
cd8bfee959
commit
cb036278a7
58 changed files with 187 additions and 186 deletions
|
@ -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" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue