Skip to content

Commit

Permalink
docs: Fixed NixOS page (vectordotdev#18396)
Browse files Browse the repository at this point in the history
* docs: Fixed NixOS page.

* whitespace

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

* Codeblock lint

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

---------

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
Co-authored-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
jpds and jszwedko authored Aug 31, 2023
1 parent 9c1abd6 commit 89f0f08
Showing 1 changed file with 18 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,29 @@
---
title: Install Vector on NixOS
short: NixOS
supported_installers: ["Nix", "Vector installer", "Docker"]
supported_installers: ["Nix", "Docker"]
weight: 6
---

[Debian], also known as Debian GNU/Linux, is a Linux distribution composed of free and open-source software, developed by the community-supported Debian Project. This page covers installing and managing Vector on the Debian operating system.
[NixOS] is a Linux distribution built on top of the Nix package manager. This
page covers installing and managing Vector on NixOS.

Nixpkgs has a [community maintained package][nixpkg-vector] for Vector. It can
be installed on a NixOS system with the following snippet in
`configuration.nix`:

```nix
environment.systemPackages = [
pkgs.vector
];
```

See also the [Nix] package page.

## Supported installers

{{< supported-installers >}}

[debian]: https://debian.org
[nixos]: https://www.nixos.org
[nixpkg-vector]: https://github.com/NixOS/nixpkgs/tree/master/pkgs/tools/misc/vector
[nix]: /docs/setup/installation/package-managers/nix

0 comments on commit 89f0f08

Please sign in to comment.