Better table

This commit is contained in:
Sarah 2021-10-17 15:57:57 +02:00
parent 0f6340de13
commit d33eece8fe
No known key found for this signature in database
GPG key ID: 708F7ACE058F0186

View file

@ -18,16 +18,14 @@ to automatically use peernix.
These Options exist: These Options exist:
+----------------------------------+----------------------------------------------------------------------------------------------+
| Option | Description | | Option | Description |
+----------------------------------+----------------------------------------------------------------------------------------------+ |----------------------------------|----------------------------------------------------------------------------------------------|
| `services.peerix.enable` | Enables Peerix | | `services.peerix.enable` | Enables Peerix |
| `services.peerix.openFirewall` | Open the neccessary firewall ports. | | `services.peerix.openFirewall` | Open the neccessary firewall ports. |
| `services.peerix.user` | What user should the peerix service run under. | | `services.peerix.user` | What user should the peerix service run under. |
| `services.peerix.group` | What group should the peerix service run under. | | `services.peerix.group` | What group should the peerix service run under. |
| `services.peerix.privateKeyFile` | A path to the file that contains the path to the private key to sign your derivations. | | `services.peerix.privateKeyFile` | A path to the file that contains the path to the private key to sign your derivations. |
| `services.peerix.publicKeyFile` | A path to the file that contains the path to the public key so nix can verify the signature. | | `services.peerix.publicKeyFile` | A path to the file that contains the path to the public key so nix can verify the signature. |
+----------------------------------+----------------------------------------------------------------------------------------------+
To sign the peerix cache, you can use `nix-store --generate-binary-cache-key` to create keys to verify authenticity of To sign the peerix cache, you can use `nix-store --generate-binary-cache-key` to create keys to verify authenticity of
the packages in each nix-store. the packages in each nix-store.