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
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:
parent
49bf851188
commit
df01f9cd93
8 changed files with 162 additions and 0 deletions
|
@ -45,5 +45,6 @@
|
|||
rootPool = "zroot";
|
||||
};
|
||||
};
|
||||
services.git.runner.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue