mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01: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;
|
||||
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue