Skip to content

Commit d03d1a6

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

File tree

1 file changed

+15
-5
lines changed
  • website/content/en/docs/setup/installation/operating-systems

1 file changed

+15
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
---
22
title: Install Vector on NixOS
33
short: NixOS
4-
supported_installers: ["Nix", "Vector installer", "Docker"]
54
weight: 6
65
---
76

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.
7+
[NixOS] is a Linux distribution built on top of the Nix package manager. This
8+
page covers installing and managing Vector on NixOS.
99

10-
## Supported installers
10+
Nixpkgs has a [community maintained package][nixpkg-vector] for Vector. It can
11+
be installed on a NixOS system with the following snippet in
12+
`configuration.nix`:
1113

12-
{{< supported-installers >}}
14+
```
15+
environment.systemPackages = [
16+
pkgs.vector
17+
];
18+
```
1319

14-
[debian]: https://debian.org
20+
See also the [nix] package page.
21+
22+
[nixos]: https://www.nixos.org
23+
[nixpkg-vector]: https://github.com/NixOS/nixpkgs/tree/master/pkgs/tools/misc/vector
24+
[nix]: /docs/setup/installation/package-managers/nix

0 commit comments

Comments
 (0)