Setup gitlab-runner
This commit is contained in:
parent
59832662dd
commit
4895337cef
7 changed files with 85 additions and 2 deletions
|
@ -53,6 +53,7 @@
|
|||
enable = true;
|
||||
count = 6;
|
||||
};
|
||||
git.runner.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue