docs: add nix pkg manager reference (#5372)
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>pull/5374/head
parent
ede5623485
commit
6d48e4cd51
|
@ -42,6 +42,16 @@ on most Debian based operating systems.
|
||||||
|
|
||||||
In addition to the `.deb` packages we also have an [APT Repository](https://apt.authelia.com).
|
In addition to the `.deb` packages we also have an [APT Repository](https://apt.authelia.com).
|
||||||
|
|
||||||
|
## Nix
|
||||||
|
|
||||||
|
Using the Nix package manager Authelia is available via the `https://nixos.org/channels/nixpkgs-unstable` channel.
|
||||||
|
|
||||||
|
```shell
|
||||||
|
$ nix-channel --add https://nixos.org/channels/nixpkgs-unstable
|
||||||
|
$ nix-channel --update
|
||||||
|
$ nix-env -iA nixpkgs.authelia
|
||||||
|
```
|
||||||
|
|
||||||
## FreeBSD
|
## FreeBSD
|
||||||
|
|
||||||
In addition to the [binaries](#binaries) we publish, [FreshPorts](https://www.freshports.org/www/authelia/) offer a
|
In addition to the [binaries](#binaries) we publish, [FreshPorts](https://www.freshports.org/www/authelia/) offer a
|
||||||
|
|
Loading…
Reference in New Issue