mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-01 09:40:55 +02:00
fix: disable cachix
This commit is contained in:
parent
5ef7538f60
commit
dfa801b439
1 changed files with 15 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
||||||
{ lib, config, ... }:
|
{
|
||||||
|
lib,
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
with lib;
|
with lib;
|
||||||
let
|
let
|
||||||
cfg = config.luj.buildbot;
|
cfg = config.luj.buildbot;
|
||||||
|
@ -31,6 +36,15 @@ in
|
||||||
evalWorkerCount = 10; # limit number of concurrent evaluations
|
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" = {
|
services.nginx.virtualHosts."ci.julienmalka.me" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue