archwiki plz

This commit is contained in:
alisceon 2025-09-30 11:15:18 +02:00
parent df5532308c
commit b3c3cae439

View file

@ -43,9 +43,12 @@
privateNetwork = true; privateNetwork = true;
privateUsers = "identity"; privateUsers = "identity";
hostAddress = "10.250.0.1"; # host end of veth hostAddress = "10.250.0.1";
localAddress = "10.250.0.2"; # container end of veth localAddress = "10.250.0.2";
extraFlags = [
"--system-call-filter='@keyring bsp'"
];
bindMounts = { bindMounts = {
"/var/lib/gitlab-runner" = { "/var/lib/gitlab-runner" = {
hostPath = "/var/lib/gitlab-runner"; hostPath = "/var/lib/gitlab-runner";