Move git CI runner to marabethia
This commit is contained in:
parent
cd8bfee959
commit
cb036278a7
58 changed files with 187 additions and 186 deletions
|
@ -88,7 +88,10 @@
|
|||
tetris.server = true;
|
||||
};
|
||||
services = {
|
||||
git.enable = true;
|
||||
git = {
|
||||
enable = true;
|
||||
runner.enable = true;
|
||||
};
|
||||
mail.enable = true;
|
||||
matrix.enable = true;
|
||||
mumble.enable = true;
|
||||
|
|
|
@ -61,6 +61,10 @@
|
|||
device = "zroot/safe/services/dkim";
|
||||
fsType = "zfs";
|
||||
};
|
||||
"/var/lib/docker" = {
|
||||
device = "zroot/local/services/docker";
|
||||
fsType = "zfs";
|
||||
};
|
||||
"/var/lib/forgejo" = {
|
||||
device = "zroot/safe/services/forgejo";
|
||||
fsType = "zfs";
|
||||
|
@ -85,6 +89,10 @@
|
|||
device = "zroot/safe/services/postgresql";
|
||||
fsType = "zfs";
|
||||
};
|
||||
"/var/lib/private/gitea-runner" = {
|
||||
device = "zroot/local/services/gitea-runner";
|
||||
fsType = "zfs";
|
||||
};
|
||||
"/var/sieve" = {
|
||||
device = "zroot/safe/services/sieve";
|
||||
fsType = "zfs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue