This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| manuals:distributions:nixos [2022/02/14 11:44] – [Initial configuration] link to password & ssh keys Aither | manuals:distributions:nixos [2025/03/16 21:07] (current) – Add example flake configuration aither | ||
|---|---|---|---|
| Line 21: | Line 21: | ||
| deployment tool. | deployment tool. | ||
| - | Note that our VPS are Linux containers, so there is no boot loader and some | + | Note that our VPS are Linux containers, so there is no boot loader, the kernel is shared |
| - | configuration is required for the VPS to work properly. The template installs | + | and some configuration is required for the VPS to work properly. The template installs |
| this configuration into ''/ | this configuration into ''/ | ||
| ''/ | ''/ | ||
| can be always found at | can be always found at | ||
| [[https:// | [[https:// | ||
| + | |||
| + | It is possible to deploy custom configuration using vpsAdmin on VPS creation and reinstallation, | ||
| + | see [[manuals: | ||
| + | |||
| + | ===== Example flake configuration ===== | ||
| + | See [[https:// | ||
| + | your VPS using NixOS flakes. The configuration which is otherwise stored in | ||
| + | ''/ | ||
| ===== VPS management ===== | ===== VPS management ===== | ||
| - | See the [[/|VPS manuals]] for more information about our infrastructure and possibilies. | + | See the [[:home|VPS manuals]] for more information about our infrastructure and possibilies. |
| + | ===== Impermanence ===== | ||
| + | See [[manuals: | ||