Skip to content

Commit

Permalink
docs: Fixed NixOS page.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpds committed Aug 26, 2023
1 parent dc66566 commit d03d1a6
Showing 1 changed file with 15 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
---
title: Install Vector on NixOS
short: NixOS
supported_installers: ["Nix", "Vector installer", "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.

## Supported installers
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`:

{{< supported-installers >}}
```
environment.systemPackages = [
pkgs.vector
];
```

[debian]: https://debian.org
See also the [nix] package page.

[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 d03d1a6

Please sign in to comment.