Compare commits
3 commits
752d6a3a60
...
67da2f2483
Author | SHA1 | Date | |
---|---|---|---|
67da2f2483 | |||
1296267c18 | |||
86dd8bec5e |
2 changed files with 17 additions and 1 deletions
|
@ -5,4 +5,11 @@
|
||||||
./generated.nix
|
./generated.nix
|
||||||
./networking.secret.nix
|
./networking.secret.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
swapDevices = [
|
||||||
|
{
|
||||||
|
device = "/var/lib/swapfile";
|
||||||
|
size = 2 * 1024;
|
||||||
|
}
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,8 +13,17 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
name = "istal-docker";
|
name = "istal-docker";
|
||||||
url = "https://git.pleshevski.ru";
|
url = "https://git.pleshevski.ru";
|
||||||
labels = [ "ubuntu-22.04:docker://node:22-bullseye" ];
|
labels = [];
|
||||||
tokenFile = config.age.secrets.forgejo-runner-docker-token.path;
|
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