about summary refs log tree commit diff
path: root/nixos/doc
Commit message (Collapse)AuthorAge
...
| | | * | | Fixed indentationReuben D'Netto2018-04-17
| | | | | |
| | | * | | Added cross-references to NixOS manualReuben D'Netto2018-04-12
| | | | | |
| | * | | | Merge pull request #39416 from Ma27/fix-.version-configMichael Raskin2018-04-30
| | |\ \ \ \ | | | | | | | | | | | | | | .version: don't read from `.version` and deduplicate `.version-suffix` references
| | | * | | | treewide: rename version attributesMaximilian Bosch2018-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As suggested in https://github.com/NixOS/nixpkgs/pull/39416#discussion_r183845745 the versioning attributes in `lib` should be consistent to `nixos/version` which implicates the following changes: * `lib.trivial.version` -> `lib.trivial.release` * `lib.trivial.suffix` -> `lib.trivial.versionSuffix` * `lib.nixpkgsVersion` -> `lib.version` As `lib.nixpkgsVersion` is referenced several times in `NixOS/nixpkgs`, `NixOS/nix` and probably several user's setups. As the rename will cause a notable impact it's better to keep `lib.nixpkgsVersion` as alias with a warning yielded by `builtins.trace`.
| * | | | | | nixos/docker-registry: cleanup module definition & enhance testcaseMaximilian Bosch2018-05-01
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following changes have been applied: - the property `http.headers.X-Content-Type-Options` must a list of strings rather than a serialized list - instead of `/etc/docker/registry/config.yml` the configuration will be written with `pkgs.writeText` and the store path will be used to run the registry. This reduces the risk of possible impurities by relying on the Nix store only. - cleaned up the property paths to easy readability and reduce the verbosity. - enhanced the testcase to ensure that digests can be deleted as well - the `services.docker-registry.extraConfig` object will be merged with `registryConfig` /cc @ironpinguin
| * | | | | Merge pull request #39649 from grahamc/hacking-docsGraham Christensen2018-04-29
| |\ \ \ \ \ | | | | | | | | | | | | | | NixOS docs: making it easier to hack on
| | * | | | | nixos docs: include note about make for debugging the nixos docsGraham Christensen2018-04-28
| | | | | | |
| | * | | | | nixos manual: update xi:include for configuruation.nix's options-dbGraham Christensen2018-04-28
| | | | | | |
| | * | | | | nixos docs: Add a makefile for hacking on the nixos docsGraham Christensen2018-04-28
| | | | | | |
| | * | | | | nixos docs: Move generated XML in to a specific subdirectory to allow easier ↵Graham Christensen2018-04-27
| | |/ / / / | | | | | | | | | | | | | | | | | | hacking
| * / / / / rl-1809: add netcat noteMatthew Justin Bauer2018-04-29
| |/ / / /
| * | | | Merge pull request #31418 from ryantm/doc-nixos-extra-module-pathGraham Christensen2018-04-27
| |\ \ \ \ | | | | | | | | | | | | lib/eval-config: document NIXOS_EXTRA_MODULE_PATH
| | * | | | lib/eval-config: document NIXOS_EXTRA_MODULE_PATHRyan Mulligan2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds some documentation about importing modules external to Nixpkgs, which provides context for documenting NIXOS_EXTRA_MODULE_PATH. Closes #30376
| * | | | | Merge pull request #39431 from fdietze/patch-1xeji2018-04-27
| |\ \ \ \ \ | | | | | | | | | | | | | | nixos manual: Fix typo in Syntax Summary
| | * | | | | nixos manual: Fix typo in Syntax SummaryFelix Dietze2018-04-24
| | | |_|/ / | | |/| | |
| * / | | | lib/debug: add replacement instructions & release notesProfpatsch2018-04-27
| |/ / / / | | | | | | | | | | | | | | | for every deprecated function.
* / / / / nixpkgs: add nixos functionRobert Hensing2018-04-22
|/ / / /
* | | | Merge pull request #38485 from obsidiansystems/nixos-nixpkgs-optionsJohn Ericson2018-04-19
|\ \ \ \ | | | | | | | | | | nixpkgs module: Clean up platform options
| * | | | nixpkgs module: Clean up platform optionsJohn Ericson2018-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - `localSystem` is added, it strictly supercedes system - `crossSystem`'s description mentions `localSystem` (and vice versa). - No more weird special casing I don't even understand TEMP
* | | | | Clarify installation steps w.r.t. disk partitionsChristian Kauhaus2018-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - mkfs.fat needs `-n` to set a partition label, not `-L`. - create /mnt/boot before mounting - leave out detailed LVM example as advanced users already how to create LVs while it is detracting for novices. Re #38674
* | | | | nixos manual: add missing space after "copytoram"Raphael Das Gupta2018-04-16
| | | | |
* | | | | clementine: provide free derivation by defaultMaximilian Bosch2018-04-07
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `clementine` package is actually released under Apache license, but requires the unfree `libspotify` package to build. Now `nixpkgs.clementine` points to the free derivation and `nixpkgs.clementineUnfree` has been introduced for the package bundled with spotify support. Fixes #38315
* | | | nixos docs: syntax highlightGraham Christensen2018-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rectifies diverging CSS by combining nixos/nixpkgs docs CSS - Moves our custom Highlight.js loader in to the hljs package - Switches the nixos docs to use SVG callouts too
* | | | 18.03 release notes: fix typoLinus Heckemann2018-04-05
| | | |
* | | | 18.03 release notes: final editsVladimír Čunát2018-04-04
| |_|/ |/| |
* | | Revert restrictive validation behavior for DM/WM defaults in the X moduleMaximilian Bosch2018-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original idea behind this change (described in ticket #11064) was to improve the assertions to avoid that users of the X server accidentally forget to configure a DM or WM. However this caused several issues with setups that require X, but no DM or WM. The keymap testcases became instable as well as now disabling DMs needs to be done explicitly. (see https://github.com/NixOS/nixpkgs/pull/31268#issuecomment-347080036) In the end the idea behind the change and #11064 was obviously a mistake, so reverting it completely for now should be fine.
* | | release notes: add information about prometheus exportersWilliButz2018-03-22
| | |
* | | Merge pull request #32960 from florianjacob/prosody-0.10Robin Gloster2018-03-22
|\ \ \ | | | | | | | | Prosody 0.10.0
| * | | prosody: improve module handlingRobin Gloster2018-03-22
| | | |
| * | | prosody: 0.9.12 -> 0.10.0Florian Jacob2018-03-12
| | |/ | |/| | | | | | | | | | updating config options, removing luazlib as mod_compression was removed for security reasons.
* | | nixos/manual: Don't depend on non-bin outputs of libxml2 and libxsltTuomas Tynkkynen2018-03-21
| | | | | | | | | | | | Might fix https://hydra.nixos.org/build/71580290.
* | | nixos manual: fix (n)of typoRichard Marko2018-03-18
| | |
* | | 18.09: Jackrabbit -> JellyfishVladimír Čunát2018-03-16
| | | | | | | | | | | | | | | | | | See eb0fa09232 and github discussion on that. My misgiving about the t-shirts was refuted. I don't think this flip may negatively affect anyone.
* | | Merge commit '3ab2949' from staging into masterTuomas Tynkkynen2018-03-15
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/compilers/llvm/6/llvm.nix pkgs/servers/home-assistant/component-packages.nix
| * | | Merge branch 'master' into stagingJan Malakhovski2018-03-10
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolved the following conflicts (by carefully applying patches from the both branches since the fork point): pkgs/development/libraries/epoxy/default.nix pkgs/development/libraries/gtk+/3.x.nix pkgs/development/python-modules/asgiref/default.nix pkgs/development/python-modules/daphne/default.nix pkgs/os-specific/linux/systemd/default.nix
| * | | nixos: manual: Fix cross-compilation.Shea Levy2018-03-01
| | | |
* | | | 18.09: let's call it "Jackrabbit"Vladimír Čunát2018-03-14
| |/ / |/| | | | | | | | | | | | | | | | | | | | I was mainly considering Jellyfish and Jaguar (and Jackrabbit). Originally I was inclined for Jellyfish, but then I thought of the release T-shirts someone makes and it didn't seem suitable... Jaguar would keep the name referring to a car as well, but as a not-too-old (Mac) OS version is codenamed that way, I didn't go for it.
* | | nixos doc: give context and definition re NIXOS_LUSTRATEobadz2018-03-07
| | | | | | | | | | | | Re #36272
* | | 18.03 -> 18.09Vladimír Čunát2018-03-05
| | | | | | | | | | | | I don't have a name ready :-( so I have to fill it later.
* | | Merge pull request #36272 from obadz/nixos-lustrate-docobadz2018-03-04
|\ \ \ | | | | | | | | nixos doc: document the installation process from other distros as well as NIXOS_LUSTRATE
| * | | nixos doc: document the installation process from other distros as well as ↵obadz2018-03-04
| | | | | | | | | | | | | | | | NIXOS_LUSTRATE
* | | | Merge #35454: nixos/pump.io: removeVladimír Čunát2018-03-04
|\ \ \ \ | |/ / / |/| | |
| * | | Release notes: mention removal of pump.io moduleRodney Lorrimar2018-02-27
| | | |
* | | | 18.03 release notes: nix-2.0 by defaultVladimír Čunát2018-03-03
| | | |
* | | | Merge branch 'master' into nix-2.0Vladimír Čunát2018-03-03
|\ \ \ \
| * | | | 18.03 release notes: highlight linux and gcc updatesVladimír Čunát2018-03-03
| | | | |
| * | | | lib.addPassthru: removed as scheduledVladimír Čunát2018-03-03
| | |/ / | |/| |
| * | | programs/bash: install nix-bash-completions if completion is enabledTor Hedin Brønner2018-02-28
| |/ /
| * | nodejs: Add release note about dropped 4_x packagesadisbladis2018-02-27
| | |
| * | Merge pull request #34028 from florianjacob/matomoFranz Pletz2018-02-26
| |\ \ | | | | | | | | piwik is now matomo