docs: soft wrap

This commit is contained in:
zowoq 2022-12-03 12:15:01 +10:00
parent 9cc4089ece
commit 817108cead
2 changed files with 7 additions and 21 deletions
README.md
services/hound

View file

@ -1,23 +1,14 @@
# nix-community infrastructure # nix-community infrastructure
Welcome to the Nix Community infrastructure project. This project holds all Welcome to the Nix Community infrastructure project. This project holds all the NixOS and Terraform configuration for this organization.
the NixOS and Terraform configuration for this organization.
## Community builder ## Community builder
We also provide one x86 hetzner build machine as a public remote builder for the We also provide one x86 hetzner build machine as a public remote builder for the nix community. 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 `roles/builder/users.nix`. Don't keep any important data in your home! We will regularly delete `/home` without further notice.
nix community. 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 `roles/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 ### Using your NixOS home-manager configuration on the hosts
If you happen to have your NixOS & home-manager configurations intertwined but If you happen to have your NixOS & home-manager configurations intertwined but you'd like your familiar environment on our infrastructure you can evaluate `pkgs.writeShellScript "hm-activate" config.systemd.services.home-manager-<yourusername>.serviceConfig.ExecStart` from your NixOS configuration, and send this derivation to be realized remotely: (in case you aren't a Nix trusted user)
you'd like your familiar environment on our infrastructure you can evaluate
`pkgs.writeShellScript "hm-activate" config.systemd.services.home-manager-<yourusername>.serviceConfig.ExecStart`
from your NixOS configuration, and send this derivation to be realized remotely:
(in case you aren't a Nix trusted user)
``` console ``` console
# somehow get the .drv of the above expression into $path # somehow get the .drv of the above expression into $path
$ nix copy --to ssh://build01.nix-community.org --derivation $path $ nix copy --to ssh://build01.nix-community.org --derivation $path
@ -30,14 +21,11 @@ $ $path
## Hydra ## Hydra
If you want to build your project in our hydra, add a new project in this If you want to build your project in our hydra, add a new project in this [file](terraform/hydra-projects.tf).
[file](terraform/hydra-projects.tf).
## Support ## Support
If you hit any issues, ping us on Matrix in the If you hit any issues, ping us on Matrix in the [nix-community](https://matrix.to/#/#nix-community:nixos.org) room (see the admin list below) or create an issue here:
[nix-community](https://matrix.to/#/#nix-community:nixos.org)
room (see the admin list below) or create an issue here:
[New Issue](https://github.com/nix-community/infra/issues/new). [New Issue](https://github.com/nix-community/infra/issues/new).
### Pull requests from forks ### Pull requests from forks
@ -126,8 +114,7 @@ Thanks to Cachix for sponsoring our binary cache!
$ ./deploy $ ./deploy
``` ```
If you want to reboot a machine, use the following If you want to reboot a machine, use the following command to also deploy secrets afterwards:
command to also deploy secrets afterwards:
```console ```console
$ inv deploy --hosts build02 reboot --hosts build02 $ inv deploy --hosts build02 reboot --hosts build02

View file

@ -1,7 +1,6 @@
# search.nix-community.org # search.nix-community.org
This service indexes the code in various repositories in the NixOS This service indexes the code in various repositories in the NixOS organization and makes them available for quick querying.
organization and makes them available for quick querying.
URL: https://search.nix-community.org/ URL: https://search.nix-community.org/