about summary refs log tree commit diff
path: root/nixos/doc/manual/man-nixos-rebuild.xml
Commit message (Collapse)AuthorAge
* nixos-{rebuild,container}: Use flakeref#attrpath syntaxEelco Dolstra2020-02-05
| | | | This makes them consistent with the 'nix' command line.
* nixos-rebuild: Use /etc/nixos/flake.nix if it existsEelco Dolstra2020-02-05
|
* nixos-rebuild: Add --flake optionEelco Dolstra2020-02-05
|
* nixos-rebuild: add explicit option to enable (remote) sudoBjørn Forsman2019-11-07
| | | | | | Add --use-remote-sudo option. When set, remote commands will be prefixed with 'sudo'. This allows using sudo remotely _without_ having to use sudo locally (when using --build-host/--taget-host).
* nixos/doc: fix manpage formatAlbert Safin2019-10-05
| | | | | | Spaces inside <refname> cause stray double underscore in generated manual pages. Fixes #70468
* Revert "nixos/doc: re-format"Eelco Dolstra2019-09-19
| | | | | This reverts commit ea6e8775bd69e4676c623a85c39f1da540d29ad1. The new format is not an improvement.
* nixos/doc: re-formatJan Tojnar2019-09-18
|
* man-nixos-rebuild.xml: Improve layoutEelco Dolstra2019-09-16
|
* Merge pull request #66561 from Ma27/document-user-services-on-rebuildWilliButz2019-08-13
|\ | | | | nixos/doc: document that services defined with `systemd.users` aren't restarted by nixos-rebuild
| * nixos/doc: document that services defined with `systemd.users` aren't ↵Maximilian Bosch2019-08-13
| | | | | | | | restarted by nixos-rebuild
* | Merge pull request #62914 from Ma27/improve-nixos-rebuild-manpageWilliButz2019-08-13
|\ \ | |/ |/| doc/nixos-rebuild(8): add Nix options to summary
| * doc/nixos-rebuild(8): add Nix options to summaryMaximilian Bosch2019-06-10
| | | | | | | | | | | | It seems as the sentence at the bottom of the option summary about Nix-specific options isn't enough, it's probably more helpful to list those options in the synopsis as well.
* | doc: Use prompt more oftenJan Tojnar2019-06-17
|/
* nixos docs: run the formatting tool (no content change)Vladimír Čunát2019-03-22
| | | | As documented in the docs themselves :-)
* nixos/manual: fix buildPiotr Bogdan2019-03-02
|
* nixos-rebuild: add changelog/docs for edit subcommandDaiderd Jordan2019-02-25
|
* nixos manual: fix a typo that made it invalid XMLVladimír Čunát2019-01-13
| | | | The problem was merge to master in the bfbadab4 commit.
* Update nixos/doc/manual/man-nixos-rebuild.xmlFrederik Rietdijk2019-01-12
| | | Co-Authored-By: Mic92 <Mic92@users.noreply.github.com>
* Update nixos/doc/manual/man-nixos-rebuild.xmlFrederik Rietdijk2019-01-12
| | | Co-Authored-By: Mic92 <Mic92@users.noreply.github.com>
* nixos-rebuild: allow to override buildersJörg Thalheim2019-01-11
| | | | | | | Since nix 2.0 the no-build-hook option was replaced by the builders options that allows to override remote builders ad-hoc. Since it is useful to disable remote builders updating nixos without network, this commit reintroduces the option.
* nixos/doc+man: Fixes squishedtogether definitions.Samuel Dionne-Riel2018-05-31
|
* nixos/doc: ran `make format`Samuel Dionne-Riel2018-05-31
| | | | With visual inspection that nothing got worse.
* nixos docs: format =)Graham Christensen2018-05-01
|
* doc: correct typo (#21176)Théo Zimmermann2016-12-15
|
* Deprecate --install-grub in favor of --install-bootloader for nixos-rebuild.Shea Levy2016-08-16
| | | | Fixes #14293
* nixos-rebuild: Document --build-host and --target-host optionsRickard Nilsson2016-01-01
|
* nixos-rebuild: Add ‘dry-activate’ commandEelco Dolstra2015-03-09
| | | | | | | | | | ‘nixos-rebuild dry-activate’ builds the new configuration and then prints what systemd services would be stopped, restarted etc. if the configuration were actually activated. This could be extended later to show other activation actions (like uids being deleted). To prevent confusion, ‘nixos-rebuild dry-run’ has been renamed to ‘nixos-rebuild dry-build’.
* nixos manual: replace /etc/nixos/nixos which no longer exists with more ↵Evgeny Egorochkin2013-10-27
| | | | | | generic and more correct /path/to/nixpkgs/nixos
* nixos-rebuild: Document --profile-nameEelco Dolstra2013-10-13
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10