User Tools

Site Tools


manuals:distributions:nixos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
manuals:distributions:nixos [2022/02/14 11:44] – [Initial configuration] link to password & ssh keys Aithermanuals:distributions:nixos [2026/03/12 09:55] (current) – fix formatting aither
Line 18: Line 18:
 You can log in using a [[manuals:vps:management#root_password|generated password]] You can log in using a [[manuals:vps:management#root_password|generated password]]
 or [[manuals:vps:management#ssh_public_keys|deploy your public key]] using vpsAdmin. or [[manuals:vps:management#ssh_public_keys|deploy your public key]] using vpsAdmin.
-The system can then be configured using ''nixos-rebuild'' or any other +The system can then be configured using :
-deployment tool.+
  
-Note that our VPS are Linux containers, so there is no boot loader and some +<code> 
-configuration is required for the VPS to work properly. The template installs +nixos-rebuild --flake /etc/nixos#vps 
-this configuration into ''/etc/nixos/vpsadminos.nix'', which is imported by +</code> 
-''/etc/nixos/configuration.nix''. The up-to-date configuration module + 
-can be always found at +Note that our VPS are Linux containers, so there is no boot loader, the kernel is shared 
-[[https://github.com/vpsfreecz/vpsadminos/blob/staging/os/lib/nixos-container/vpsadminos.nix]].+and some configuration is required for the VPS to work properly. The template handles this by using vpsAdminOS as flake input and importing the necessary module. 
 + 
 +It is possible to deploy custom configuration using vpsAdmin on VPS creation and reinstallation, 
 +see [[manuals:vps:userdata|user data]].
  
 ===== 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 possibilities.
  
 +===== Impermanence =====
 +See [[manuals:distributions:nixos:impermanence]].
manuals/distributions/nixos.1644839051.txt.gz · Last modified: by Aither