clarify
This commit is contained in:
parent
41e0cecef9
commit
be792cab2e
|
@ -6,7 +6,7 @@ Currently the overlay provides these packages:
|
||||||
- GNUnet itself
|
- GNUnet itself
|
||||||
- libgnurl
|
- libgnurl
|
||||||
|
|
||||||
## Installation of the GNUnet service (NixOS)
|
## Installation of the GNUnet service (NixOS only)
|
||||||
On NixOS we can install this overlay system-wide and then enable the GNUnet service. This will install the *multi-user setup* as described in the [official documentation](https://docs.gnunet.org/handbook/gnunet.html#Installing-GNUnet). We have to add this to our ``/etc/nixos/configuration.nix``:
|
On NixOS we can install this overlay system-wide and then enable the GNUnet service. This will install the *multi-user setup* as described in the [official documentation](https://docs.gnunet.org/handbook/gnunet.html#Installing-GNUnet). We have to add this to our ``/etc/nixos/configuration.nix``:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -47,7 +47,7 @@ $ touch ~/.config/gnunet.conf
|
||||||
$ gnunet-arm -s
|
$ gnunet-arm -s
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installation of the GNUnet package (Nix on other systems)
|
## Installation of the GNUnet package into the user environment (Nix on all systems)
|
||||||
We can install the overlay into the user environment like this:
|
We can install the overlay into the user environment like this:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
Loading…
Reference in New Issue