docs: community builder -> community builders
This commit is contained in:
parent
0cfefb375c
commit
bec22c0142
4 changed files with 14 additions and 5 deletions
|
@ -5,7 +5,10 @@
|
|||
docs =
|
||||
pkgs.runCommand "docs"
|
||||
{
|
||||
buildInputs = [ pkgs.python3.pkgs.mkdocs-material ];
|
||||
buildInputs = [
|
||||
pkgs.python3.pkgs.mkdocs-material
|
||||
pkgs.python3.pkgs.mkdocs-material.optional-dependencies.recommended
|
||||
];
|
||||
files = pkgs.lib.fileset.toSource {
|
||||
root = ../.;
|
||||
fileset = pkgs.lib.fileset.unions [
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
### Hosts
|
||||
|
||||
#### `build01` - [`build-box.nix-community.org`](./community-builder.md)
|
||||
#### `build01` - [`build-box.nix-community.org`](./community-builders.md)
|
||||
|
||||
- Provider: Hetzner
|
||||
- CPU: AMD Ryzen 9 3900 12-Core Processor
|
||||
|
@ -30,7 +30,7 @@
|
|||
- RAM: 128GB DDR4 ECC
|
||||
- Drives: 2 x 960GB NVME
|
||||
|
||||
#### `build05` - [`aarch64-build-box.nix-community.org`](./community-builder.md)
|
||||
#### `build05` - [`aarch64-build-box.nix-community.org`](./community-builders.md)
|
||||
|
||||
- Provider: Hetzner
|
||||
- Instance type: [RX170](https://www.hetzner.com/dedicated-rootserver/rx170)
|
||||
|
@ -38,7 +38,7 @@
|
|||
- RAM: 128GB DDR4 ECC
|
||||
- Drives: 2 x 960GB NVME
|
||||
|
||||
#### `darwin01` - [`darwin-build-box.nix-community.org`](./community-builder.md)
|
||||
#### `darwin01` - [`darwin-build-box.nix-community.org`](./community-builders.md)
|
||||
|
||||
- Provider: OakHost
|
||||
- Instance type: [Apple Mac mini M4.M](https://www.oakhost.net/product/mac-mini-hosting-m4-32gb)
|
||||
|
|
|
@ -7,7 +7,7 @@ nav:
|
|||
- Faster GitHub Actions: namespace-actions.md
|
||||
- package-sets.md
|
||||
- cache.md
|
||||
- community-builder.md
|
||||
- community-builders.md
|
||||
- R. RyanTM nixpkgs-update bot: update-bot.md
|
||||
- NUR update: nur-update.md
|
||||
- nix-community.org DNS: dns.md
|
||||
|
@ -40,6 +40,12 @@ markdown_extensions:
|
|||
- toc:
|
||||
toc_depth: 0
|
||||
|
||||
plugins:
|
||||
- redirects:
|
||||
redirect_maps:
|
||||
"community-builder.md": "community-builders.md"
|
||||
- search
|
||||
|
||||
extra:
|
||||
social:
|
||||
- icon: fontawesome/brands/github
|
||||
|
|
Loading…
Add table
Reference in a new issue