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 =
|
docs =
|
||||||
pkgs.runCommand "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 {
|
files = pkgs.lib.fileset.toSource {
|
||||||
root = ../.;
|
root = ../.;
|
||||||
fileset = pkgs.lib.fileset.unions [
|
fileset = pkgs.lib.fileset.unions [
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
### Hosts
|
### Hosts
|
||||||
|
|
||||||
#### `build01` - [`build-box.nix-community.org`](./community-builder.md)
|
#### `build01` - [`build-box.nix-community.org`](./community-builders.md)
|
||||||
|
|
||||||
- Provider: Hetzner
|
- Provider: Hetzner
|
||||||
- CPU: AMD Ryzen 9 3900 12-Core Processor
|
- CPU: AMD Ryzen 9 3900 12-Core Processor
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
- RAM: 128GB DDR4 ECC
|
- RAM: 128GB DDR4 ECC
|
||||||
- Drives: 2 x 960GB NVME
|
- 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
|
- Provider: Hetzner
|
||||||
- Instance type: [RX170](https://www.hetzner.com/dedicated-rootserver/rx170)
|
- Instance type: [RX170](https://www.hetzner.com/dedicated-rootserver/rx170)
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
- RAM: 128GB DDR4 ECC
|
- RAM: 128GB DDR4 ECC
|
||||||
- Drives: 2 x 960GB NVME
|
- 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
|
- Provider: OakHost
|
||||||
- Instance type: [Apple Mac mini M4.M](https://www.oakhost.net/product/mac-mini-hosting-m4-32gb)
|
- 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
|
- Faster GitHub Actions: namespace-actions.md
|
||||||
- package-sets.md
|
- package-sets.md
|
||||||
- cache.md
|
- cache.md
|
||||||
- community-builder.md
|
- community-builders.md
|
||||||
- R. RyanTM nixpkgs-update bot: update-bot.md
|
- R. RyanTM nixpkgs-update bot: update-bot.md
|
||||||
- NUR update: nur-update.md
|
- NUR update: nur-update.md
|
||||||
- nix-community.org DNS: dns.md
|
- nix-community.org DNS: dns.md
|
||||||
|
@ -40,6 +40,12 @@ markdown_extensions:
|
||||||
- toc:
|
- toc:
|
||||||
toc_depth: 0
|
toc_depth: 0
|
||||||
|
|
||||||
|
plugins:
|
||||||
|
- redirects:
|
||||||
|
redirect_maps:
|
||||||
|
"community-builder.md": "community-builders.md"
|
||||||
|
- search
|
||||||
|
|
||||||
extra:
|
extra:
|
||||||
social:
|
social:
|
||||||
- icon: fontawesome/brands/github
|
- icon: fontawesome/brands/github
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue