nixpkgs/nixos/doc/manual
Florian Klink 0fb17141fb nixos/systemd: enable cgroup accounting by default
If this is the default for OpenShift already, we probably can enable it
as well.

see https://github.com/openshift/machine-config-operator/pull/581
2019-08-25 22:26:12 +02:00
..
administration
configuration
development nixos docs: add release manager section 2019-08-23 10:10:12 -04:00
installation remove all instances of nix-env -i without -A in the NixOS manual 2019-08-17 18:04:43 +02:00
release-notes nixos/systemd: enable cgroup accounting by default 2019-08-25 22:26:12 +02:00
.gitignore
default.nix
Makefile
man-configuration.xml
man-nixos-build-vms.xml
man-nixos-enter.xml nixos-enter: silent activation script option 2019-08-13 23:48:58 +02:00
man-nixos-generate-config.xml
man-nixos-install.xml
man-nixos-option.xml
man-nixos-rebuild.xml Merge pull request #66561 from Ma27/document-user-services-on-rebuild 2019-08-13 16:43:40 +02:00
man-nixos-version.xml
man-pages.xml
manual.xml
README
shell.nix

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.