Uživatelské nástroje

Nástroje pro tento web

No renderer 'pdf' found for mode 'pdf'

nixos

Toto je starší verze dokumentu!


NixOS

NixOS template is available based on NixOS 17.03. NixOS allows declarative configuration management of the whole system and deployed services.

Configuration

Configuration is available at

/etc/nixos/configuration.nix

This can be altered to change container configuration on the fly or for next reboot. Try changing container hostname and running

nixos-rebuild switch

to build new configuration and directly switch to it. To switch to new configuration after reboot (set as a default boot profile) use

nixos-rebuild boot

Package installation

Packages can be installed system wide via configuration.nix or for local profile via

nix-env

To install vim use

nix-env -iA nixos.vim

To search for a package use

nix-env -qaP postgre

Manual

Consult NixOS manual for more https://nixos.org/nixos/manual/

nixos.1496088053.txt.gz · Poslední úprava: 2017/05/29 20:00 autor: rmarko

Nástroje pro stránku