n/zorigami: limit nix build/compiles jobs
CI / x86_64-linux (push) Successful in 1m8s Details
CI / aarch64-linux (push) Successful in 2m2s Details

We're running somewhat-interactive stuff on the box again \o/
main
Robert Gerus 2024-03-24 12:09:36 +01:00
parent 6f1a805ca1
commit c6b3191800
1 changed files with 3 additions and 0 deletions

View File

@ -84,6 +84,9 @@
networking.firewall.allowedUDPPorts = [ 80 443 ]
++ [ 19132 19133 25565 25566 ] ++ [ 51315 ];
nix.settings.max-jobs = 1;
nix.settings.cores = 24;
services.postgresql = {
enable = true;
package = pkgs.postgresql_13;