archwiki plz
This commit is contained in:
parent
df5532308c
commit
b3c3cae439
1 changed files with 5 additions and 2 deletions
|
|
@ -43,9 +43,12 @@
|
|||
|
||||
privateNetwork = true;
|
||||
privateUsers = "identity";
|
||||
hostAddress = "10.250.0.1"; # host end of veth
|
||||
localAddress = "10.250.0.2"; # container end of veth
|
||||
hostAddress = "10.250.0.1";
|
||||
localAddress = "10.250.0.2";
|
||||
|
||||
extraFlags = [
|
||||
"--system-call-filter='@keyring bsp'"
|
||||
];
|
||||
bindMounts = {
|
||||
"/var/lib/gitlab-runner" = {
|
||||
hostPath = "/var/lib/gitlab-runner";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue