Skip to content

Commit

Permalink
add buildbot
Browse files Browse the repository at this point in the history
  • Loading branch information
bri committed Feb 26, 2024
1 parent 4d96cec commit 2c0734e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/nixos/buildbot-worker.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ let
brain = "192.168.30.40:9989";
in
{
users.extraUsers.buildbot-worker.extraGroups = [ "wheel" ]; # yes this is crazy, but sudo nixos-rebuild is the dumb way i'm testing/playing with it...
#users.extraUsers.buildbot-worker.extraGroups = [ "wheel" ]; # yes this is crazy, but sudo nixos-rebuild is the dumb way i'm testing/playing with it...
#users.users.buildbot-worker.isSystemUser = true;
services.buildbot-worker.enable = true;
services.buildbot-worker.masterUrl = brain;
}

0 comments on commit 2c0734e

Please sign in to comment.