This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| manuals:distributions:nixos [2025/03/16 21:07] – Add example flake configuration aither | manuals:distributions:nixos [2026/08/10 17:49] (current) – panika | ||
|---|---|---|---|
| Line 18: | Line 18: | ||
| You can log in using a [[manuals: | You can log in using a [[manuals: | ||
| or [[manuals: | or [[manuals: | ||
| - | The system can then be configured using '' | + | The system can then be configured using : |
| - | deployment tool. | + | |
| + | < | ||
| + | nixos-rebuild | ||
| + | </ | ||
| Note that our VPS are Linux containers, so there is no boot loader, the kernel is shared | Note that our VPS are Linux containers, so there is no boot loader, the kernel is shared | ||
| - | and some configuration is required for the VPS to work properly. The template | + | and some configuration is required for the VPS to work properly. The template |
| - | this configuration into ''/ | + | |
| - | ''/ | + | |
| - | can be always found at | + | |
| - | [[https:// | + | |
| It is possible to deploy custom configuration using vpsAdmin on VPS creation and reinstallation, | It is possible to deploy custom configuration using vpsAdmin on VPS creation and reinstallation, | ||
| see [[manuals: | 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 [[:home|VPS manuals]] for more information about our infrastructure and possibilies. | + | See the [[:home|VPS manuals]] for more information about our infrastructure and possibilities. |
| ===== Impermanence ===== | ===== Impermanence ===== | ||
| See [[manuals: | See [[manuals: | ||
| + | |||
| + | ===== GitHub API limit ===== | ||
| + | Nixpkgs | ||
| + | After exhausting the API limit, Nix (or rather GitHub API) complains: | ||
| + | < | ||
| + | error: unable to download ' | ||
| + | |||
| + | | ||
| + | |||
| + | | ||
| + | </ | ||
| + | The solution is to [[https:// | ||
| + | < | ||
| + | # configuration.nix | ||
| + | nix.settings.access-tokens = [ " | ||
| + | </ | ||
| + | |||