Skip to content

Commit 1681a9b

Browse files
committed
docs: Fixed NixOS page.
1 parent dc66566 commit 1681a9b

File tree

1 file changed

+18
-3
lines changed
  • website/content/en/docs/setup/installation/operating-systems

1 file changed

+18
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,29 @@
11
---
22
title: Install Vector on NixOS
33
short: NixOS
4-
supported_installers: ["Nix", "Vector installer", "Docker"]
4+
supported_installers: ["Nix", "Docker"]
55
weight: 6
66
---
77

8-
[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.
8+
[NixOS] is a Linux distribution built on top of the Nix package manager. This
9+
page covers installing and managing Vector on NixOS.
10+
11+
Nixpkgs has a [community maintained package][nixpkg-vector] for Vector. It can
12+
be installed on a NixOS system with the following snippet in
13+
`configuration.nix`:
14+
15+
```
16+
environment.systemPackages = [
17+
pkgs.vector
18+
];
19+
```
20+
21+
See also the [Nix] package page.
922

1023
## Supported installers
1124

1225
{{< supported-installers >}}
1326

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

0 commit comments

Comments
 (0)