master
lurchi 2020-04-13 20:48:10 +02:00
parent 41e0cecef9
commit be792cab2e
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Currently the overlay provides these packages:
- GNUnet itself
- 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``:
```
@ -47,7 +47,7 @@ $ touch ~/.config/gnunet.conf
$ 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:
```shell