|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
{ lib, pkgs, config, ... }:
|
|
|
|
|
{ lib, pkgs, config, inputs, ... }:
|
|
|
|
|
with lib;
|
|
|
|
|
let
|
|
|
|
|
cfg = config.luj.buildbot;
|
|
|
|
@ -12,6 +12,7 @@ in
|
|
|
|
|
#buildbot worker
|
|
|
|
|
|
|
|
|
|
nix.settings.allowed-users = [ "buildbot-worker" ];
|
|
|
|
|
nix.settings.trusted-users = [ "buildbot-worker" ];
|
|
|
|
|
users.users.buildbot-worker = {
|
|
|
|
|
description = "Buildbot Worker User.";
|
|
|
|
|
isSystemUser = true;
|
|
|
|
@ -33,6 +34,7 @@ in
|
|
|
|
|
pkgs.gh
|
|
|
|
|
pkgs.nix
|
|
|
|
|
pkgs.nix-output-monitor
|
|
|
|
|
inputs.attic.packages.x86_64-linux.attic
|
|
|
|
|
];
|
|
|
|
|
environment.PYTHONPATH = "${python.withPackages (_: [package])}/${python.sitePackages}";
|
|
|
|
|
environment.MASTER_URL = ''TCP:2a01\\:e34\\:ec2a\\:8e60\\:8ec7\\:b5d2\\:f663\\:a67a:9989'';
|
|
|
|
|