Compare commits
No commits in common. "67da2f2483250ccc040b307c1d7e12b5513e23d9" and "752d6a3a6083d1c88209176268f32614a6e540db" have entirely different histories.
67da2f2483
...
752d6a3a60
2 changed files with 1 additions and 17 deletions
|
@ -5,11 +5,4 @@
|
|||
./generated.nix
|
||||
./networking.secret.nix
|
||||
];
|
||||
|
||||
swapDevices = [
|
||||
{
|
||||
device = "/var/lib/swapfile";
|
||||
size = 2 * 1024;
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
@ -13,17 +13,8 @@
|
|||
enable = true;
|
||||
name = "istal-docker";
|
||||
url = "https://git.pleshevski.ru";
|
||||
labels = [];
|
||||
labels = [ "ubuntu-22.04:docker://node:22-bullseye" ];
|
||||
tokenFile = config.age.secrets.forgejo-runner-docker-token.path;
|
||||
settings = {
|
||||
runner = {
|
||||
envs = {
|
||||
NODE_OPTIONS="--max_old_space_size=4096";
|
||||
};
|
||||
|
||||
timeout = "1h";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue