nix/coordinator: rename it into what this really is
No need to use legacy names. Signed-off-by: Raito Bezarius <raito@lix.systems>
This commit is contained in:
parent
acfd225e6d
commit
329d9dd6d4
|
@ -20,7 +20,7 @@
|
|||
] ++ inputs.nixpkgs.lib.optional (inputs.treefmt-nix ? flakeModule) ./nix/treefmt/flake-module.nix;
|
||||
systems = [ "x86_64-linux" ];
|
||||
flake = {
|
||||
nixosModules.buildbot-master = ./nix/master.nix;
|
||||
nixosModules.buildbot-coordinator = ./nix/coordinator.nix;
|
||||
nixosModules.buildbot-worker = ./nix/worker.nix;
|
||||
|
||||
nixosConfigurations =
|
||||
|
|
Loading…
Reference in a new issue