fix: disable cachix

This commit is contained in:
Luj 2024-05-09 01:31:14 +02:00
parent f62f415f5c
commit de4b738324

View file

@ -1,4 +1,9 @@
{ lib, config, ... }:
{
lib,
config,
pkgs,
...
}:
with lib;
let
cfg = config.luj.buildbot;
@ -31,6 +36,15 @@ in
evalWorkerCount = 10; # limit number of concurrent evaluations
};
systemd.services.buildbot-worker.path = lib.mkForce [
pkgs.attic
pkgs.git
pkgs.openssh
pkgs.gh
pkgs.nix
pkgs.nix-eval-jobs
];
services.nginx.virtualHosts."ci.julienmalka.me" = {
forceSSL = true;
enableACME = true;