about summary refs log tree commit diff
path: root/nixos/doc
Commit message (Collapse)AuthorAge
* Merge pull request #70886 from allgreed/add-vbox-docs-hintMatthew Bauer2019-11-07
|\ | | | | [Docs] Add a hint on Virtualbox machine setup
| * Add a hint on Virtualbox machine setupOlgierd "Allgreed" Kasprowicz2019-10-10
| | | | | | | | By default VMSVGA is set, which causes failure upon X startup.
* | 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/test: Pythonify documentationJacek Galowicz2019-11-04
| |
* | release-notes 20.03: added notice for rewritten nixos-optionRobin Gloster2019-11-04
| |
* | nixos/nixos-option: Rewrite in a more suitable languageChuck2019-11-04
| | | | | | | | | | | | Also add --all, which shows the value of all options. Diffing the --all output on either side of contemplated changes is a lovely way to better understand what's going on inside nixos.
* | nixos manual: refer to nix and nixpkgs manualsFrederik Rietdijk2019-10-30
| |
* | nixos manual: have a toc for each part and chapterFrederik Rietdijk2019-10-30
| | | | | | | | | | to be inline with the Nixpkgs manual. This makes navigating to particular sections easier.
* | nixos manual: move preface into own fileFrederik Rietdijk2019-10-30
| |
* | nixos manual: reduce toc depthFrederik Rietdijk2019-10-30
| | | | | | | | to reduce the amount of information presented.
* | Merge master into staging-nextFrederik Rietdijk2019-10-23
|\ \
| * | nixos/network: remove 99-main.networkFlorian Klink2019-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just maching all network interfaces caused many breakages, see #18962 and #71106. We already don't support the global networking.useDHCP, networking.defaultGateway(6) options if networking.useNetworkd is enabled, but direct users to configure the per-device networking.interfaces.<name?>.… options.
* | | Merge staging-next into stagingFrederik Rietdijk2019-10-22
|\| |
| * | nixos/networkmanager: remove networking.networkmanager.dynamic… (#71337)Florian Klink2019-10-21
| |\ \ | | | | | | | | nixos/networkmanager: remove networking.networkmanager.dynamicHosts
| | * | nixos/networkmanager: remove networking.networkmanager.dynamicHostsFlorian Klink2019-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This option was removed because allowing (multiple) regular users to override host entries affecting the whole system opens up a huge attack vector. There seem to be very rare cases where this might be useful. Consider setting system-wide host entries using networking.hosts, provide them via the DNS server in your network, or use networking.networkmanager.appendNameservers to point your system to another (local) nameserver to set those entries.
| * | | nixos release notes: interfaces might get renamedVladimír Čunát2019-10-20
| | | | | | | | | | | | | | | | Fixes #71086.
| * | | rl-1909: add note for bluemanworldofpeace2019-10-20
| | | |
| * | | release-notes 19.09: removal of non-LTS kernel attrsDima2019-10-20
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Even though the release obviously already happened, I think it might still make sense to add a short note about the attributes not being supported any longer (and going forward). (cherry picked from commit 7163d3a9df35904d0c9acc9f643fd70ee3108539) (cherry picked from commit a64b8c3c191af1317cfdc1ea4f4e5f881c4cf503)
| * | Revert "Merge pull request #71095 from flokli/pinentry-cleanup"worldofpeace2019-10-16
| | | | | | | | | | | | | | | This reverts commit 823da4d492b8b4ad46bf812db8421d99ff17a8fc, reversing changes made to b75c8ee3bc1b9734c29740e9d17ac2175fe207fd.
| * | gnupg: disable gui/pinentry support by defaultFranz Pletz2019-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This solves the dependency cycle in gcr alternatively so there won't be two gnupg store paths in a standard NixOS system which has udisks2 enabled by default. NixOS users are expected to use the gpg-agent user service to pull in the appropriate pinentry flavour or install it on their systemPackages and set it in their local gnupg agent config instead. Co-authored-by: Florian Klink <flokli@flokli.de>
* | | Merge pull request #59806edef2019-10-19
|\ \ \ | | | | | | | | openssh: 7.9p1 -> 8.1p1
| * | | nixos: add release note for openssh upgrade \o/Will Dietz2019-10-19
| | |/ | |/|
* | | Remove references to the nixpkgs-channels repoEelco Dolstra2019-10-17
| | | | | | | | | | | | | | | | | | Channel branches are now provided in the nixpkgs repo. Issue #71176.
* | | gnupg: disable gui/pinentry support by defaultFranz Pletz2019-10-16
| |/ |/| | | | | | | | | | | | | | | | | | | | | This solves the dependency cycle in gcr alternatively so there won't be two gnupg store paths in a standard NixOS system which has udisks2 enabled by default. NixOS users are expected to use the gpg-agent user service to pull in the appropriate pinentry flavour or install it on their systemPackages and set it in their local gnupg agent config instead. Co-authored-by: Florian Klink <flokli@flokli.de>
* | Fix typo in 19.09 release notesArian van Putten2019-10-14
| |
* | Merge pull request #70601 from Mic92/zfs-trimJörg Thalheim2019-10-14
|\ \ | |/ |/| nixos/zfs: only enable trim if zfs is enabled
| * nixos/zfs: mention trim support in the release notesJörg Thalheim2019-10-14
| |
| * nixos/zfs: simplify logic for scrub/autosnapshot serviceJörg Thalheim2019-10-14
| | | | | | | | | | This makes them consistent with the way zfs.trim is enabled and allow to enable them by default in future.
* | Fix typowodim2019-10-09
| |
* | rl-1909: brief package version changesworldofpeace2019-10-09
| |
* | Revert "Merge #67232: machinectl compliant NixOS installation"Vladimír Čunát2019-10-07
| | | | | | | | | | | | This reverts commit 66967ec7521d065f605795d64ddbbbd4fcd448c3, reversing changes made to fb6595eafdb90ef0bc7a31c2bfc9204e4cad11d9. Fixes #70442; discussion: https://github.com/NixOS/nixpkgs/pull/70027
* | Revive systemd.coredump.enableEelco Dolstra2019-10-07
| |
* | 19.09 notes: document timesyncd issueLinus Heckemann2019-10-07
| | | | | | | | See #64922.
* | nixos/manual: update 19.03 -> 19.09 in upgrading sectionSamuel Leathers2019-10-07
|/
* Merge pull request #69302 from mayflower/networkd-disallow-dhcpLinus Heckemann2019-10-07
|\ | | | | networkd: disallow useDHCP
| * Merge branch 'master' into networkd-disallow-dhcpRobin Gloster2019-09-25
| |\
| * | networking.useDHCP: add release notes and docsRobin Gloster2019-09-24
| | |
* | | nixos/doc: fix manpage formatAlbert Safin2019-10-05
| | | | | | | | | | | | | | | | | | Spaces inside <refname> cause stray double underscore in generated manual pages. Fixes #70468
* | | Merge pull request #46997 from worldofpeace/installer-autorunworldofpeace2019-10-05
|\ \ \ | | | | | | | | installer: autorun xserver in graphical media
| * | | rl-2003: graphical image autoruns Xworldofpeace2019-10-02
| | | |
* | | | nodejs-11_x: removeMaximilian Bosch2019-10-03
|/ / / | | | | | | | | | | | | | | | Package is EOLed by upstream: https://github.com/nodejs/Release Fixes #69008
* | | corebird: move deprecation warning to aliases and release notesTrolli Schmittlauch2019-10-03
| | |
* | | Merge pull request #69194 from danbst/pg11-nixosPeter Simons2019-10-02
|\ \ \ | | | | | | | | nixos/postgresql: switch default 9.6 -> 11
| * | | move from 19.09 to 20.03danbst2019-09-22
| | | |
| * | | nixos/postgresql: switch default 9.6 -> 11danbst2019-09-21
| |/ / | | | | | | | | | This is designed for 19.09 release.
* | | sdImage: add option to enable bzip2 compressionAmineChikhaoui2019-09-30
| | | | | | | | | | | | | | | also make SD image compression the default setup. Fixes issues with output size such as: https://hydra.nixos.org/build/102163603
* | | Merge pull request #66652 from craigem/clarify_wireless_examplesworldofpeace2019-09-26
|\ \ \ | | | | | | | | nixos/doc: Clarify wireless examples
| * | | nixos/doc: Clarify wireless examplesCraige McWhirter2019-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This commits makes it clearer to a novice reader how to configure several diferent types of SSID connections that were otherwise obscurely documented Resolves #66650
* | | | Merge pull request #67232 from ck3d/container-useHostResolvConfFranz Pletz2019-09-25
|\ \ \ \ | |_|_|/ |/| | | machinectl compliant NixOS installation
| * | | nixos: added installation doc for nspawn containerChristian Kögler2019-09-13
| | | |