My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/nixos/doc/manual
Jan Malakhovski 660806066a nixos, lib: implement relatedPackages option 6 years ago
..
administration postgresql92: remove last references 7 years ago
configuration Merge pull request #32540 from rnhmjoj/portrange 7 years ago
development test-driver: mention `$user` argument in the NixOS manual and the Impala release notes 7 years ago
installation docs: Explain how to login into built vm 6 years ago
release-notes matrix-synapse: default to postgresql on 18.03 6 years ago
README nixos/doc/manual: Fix typos in README. 10 years ago
default.nix nixos, lib: implement relatedPackages option 6 years ago
man-configuration.xml Manual: Explicitly mark commands that require to be run as root (#15589) 8 years ago
man-nixos-build-vms.xml Manual: Explicitly mark commands that require to be run as root (#15589) 8 years ago
man-nixos-generate-config.xml nixos-generate-config: Emit LUKS configuration for boot device 8 years ago
man-nixos-install.xml nixos-install: add options --closure, --no-channel-copy, --no-root-passwd, and --no-bootloader 8 years ago
man-nixos-option.xml Improved nixos-option manpage 7 years ago
man-nixos-rebuild.xml doc: correct typo (#21176) 8 years ago
man-nixos-version.xml Add some more info to the nixos-version manpage 8 years ago
man-pages.xml doc: add man page for nixos-version (#16869) 8 years ago
manual.xml Point to the new mailing list by replacing the old link 7 years ago
options-to-docbook.xsl nixos, lib: implement relatedPackages option 6 years ago
style.css Manual: Chunk into separate pages 10 years ago

README

To build the manual, you need Nix installed on your system (no need
for NixOS). To install Nix, follow the instructions at

https://nixos.org/nix/download.html

When you have Nix on your system, in the root directory of the project
(i.e., `nixpkgs`), run:

nix-build nixos/release.nix -A manual.x86_64-linux

When this command successfully finishes, it will tell you where the
manual got generated.