git: Setup runner on marabethia
All checks were successful
Cachix / build (elendel) (push) Successful in 1m2s
Cachix / build (kholinar) (push) Successful in 1m55s
Cachix / build (lasting-integrity) (push) Successful in 1m41s
Cachix / build (marabethia) (push) Successful in 1m8s
Cachix / build (urithiru) (push) Successful in 1m20s

This commit is contained in:
Charlotte Van Petegem 2024-11-11 01:05:47 +01:00
parent 49bf851188
commit df01f9cd93
No known key found for this signature in database
GPG key ID: 019E764B7184435A
8 changed files with 162 additions and 0 deletions

View file

@ -45,5 +45,6 @@
rootPool = "zroot";
};
};
services.git.runner.enable = true;
};
}

View file

@ -59,6 +59,14 @@
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};
"/var/lib/docker" = {
device = "zroot/local/services/docker";
fsType = "zfs";
};
"/var/lib/private/gitea-runner" = {
device = "zroot/local/services/gitea-runner";
fsType = "zfs";
};
};
swapDevices = [