Setup gitlab-runner

This commit is contained in:
Charlotte Van Petegem 2023-01-28 11:50:11 +01:00
parent 59832662dd
commit 4895337cef
No known key found for this signature in database
GPG key ID: 019E764B7184435A
7 changed files with 85 additions and 2 deletions

View file

@ -53,6 +53,7 @@
enable = true;
count = 6;
};
git.runner.enable = true;
};
};

View file

@ -51,6 +51,14 @@
device = "zdata/data";
fsType = "zfs";
};
"/var/lib/private/gitlab-runner" = {
device = "zdata/big-apps/gitlab-runner";
fsType = "zfs";
};
"/var/lib/docker" = {
device = "zdata/big-apps/docker";
fsType = "zfs";
};
"/boot/ESP0" = {
device = "/dev/disk/by-uuid/6ED1-0638";
fsType = "vfat";