modules: builder -> community-builder
slightly better name for this module
This commit is contained in:
parent
4dada30f83
commit
a7f4795647
17 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ We provide an `x86_64-linux` build machine as a public remote builder for the ni
|
|||
|
||||
#### Access
|
||||
|
||||
If you want access read the security guide lines on [aarch64-build-box](https://github.com/nix-community/aarch64-build-box). Than add your username to [`builder/users.nix`](https://github.com/nix-community/infra/blob/master/modules/nixos/builder/users.nix). Don't keep any important data in your home! We will regularly delete `/home` without further notice.
|
||||
If you want access read the security guide lines on [aarch64-build-box](https://github.com/nix-community/aarch64-build-box). Than add your username to [`builder/users.nix`](https://github.com/nix-community/infra/blob/master/modules/nixos/community-builder/users.nix). Don't keep any important data in your home! We will regularly delete `/home` without further notice.
|
||||
|
||||
#### Using your NixOS home-manager configuration on the hosts
|
||||
|
||||
|
|
|
@ -128,7 +128,7 @@
|
|||
flake.nixosModules = {
|
||||
common = ./modules/nixos/common.nix;
|
||||
|
||||
builder = ./modules/nixos/builder;
|
||||
community-builder = ./modules/nixos/community-builder;
|
||||
hercules-ci = ./modules/nixos/hercules-ci;
|
||||
hydra = ./modules/nixos/hydra;
|
||||
nur-update = ./modules/nixos/nur-update;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
inputs.self.nixosModules.common
|
||||
inputs.self.nixosModules.raid
|
||||
inputs.self.nixosModules.zfs
|
||||
inputs.self.nixosModules.builder
|
||||
inputs.self.nixosModules.community-builder
|
||||
inputs.self.nixosModules.remote-builder-aarch64-nixos-community
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue