summary refs log tree commit diff
path: root/nixos/doc
Commit message (Collapse)AuthorAge
* 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
| | * nixos/matomo: improve serverName defaultFlorian Jacob2018-02-22
| | | | | | | | | | | | when we need to change it anyway for the rename.
| | * nixos/piwik: rename to matomoFlorian Jacob2018-02-22
| | |
| * | nixos/alsa: Do not make sound.enable conditional on stateVersion.Aristid Breitkreuz2018-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Eelco Dolstra wrote: Hm, this is not really the intended use of stateVersion. From the description: Every once in a while, a new NixOS release may change configuration defaults in a way incompatible with stateful data. For instance, if the default version of PostgreSQL changes, the new version will probably be unable to read your existing databases. To prevent such breakage, you can set the value of this option to the NixOS release with which you want to be compatible. The effect is that NixOS will option defaults corresponding to the specified release (such as using an older version of PostgreSQL). So this is only intended for options that have some corresponding on-disk state. AFAICT this is not the case for sound. In any case stateVersion is a necessary evil that only exists because we can't just upgrade Postgres databases or change SSH host keys. It's not necessary for things like whether sound is enabled. (If the user discovers that sound is suddenly disabled, they can just enable it.) I had some vague recollection that we also had a configVersion option setting to control the defaults for non-state-related options, but I can't find it so maybe it was only discussed.
| * | nixos/manual: fix buildFranz Pletz2018-02-23
| | | | | | | | | | | | Broken due to a43e33d0e48b2284ac3a2222d7f1965cef66f5e2.
| * | nixos: disable sound by default, if stateVersion >= 18.03 (#35355)Aristid Breitkreuz2018-02-22
| |/
* | Fix installing the Nixpkgs channel on the installation mediaEelco Dolstra2018-02-27
| | | | | | | | And test that it got installed correctly.
* | Merge remote-tracking branch 'origin/master' into nix-2.0Eelco Dolstra2018-02-22
|\|
| * Merge pull request #35180 from dotlambda/atticJörg Thalheim2018-02-20
| |\ | | | | | | attic: uninit
| | * attic: uninitRobert Schütz2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | Attic is currently broken on master. The Attic git repo has not been updated since May 2015. Arch Linux also does not have an Attic package anymore. Borg should be able to read Attic backups using http://borgbackup.readthedocs.io/en/stable/usage/upgrade.html#attic-and-borg-0-xx-to-borg-1-x.
| * | nixos/doc: document password-promptless installation (#35210)Ben Creasy2018-02-20
| | |
| * | Remove Xfce-specific display manager tipBen Creasy2018-02-19
| |/ | | | | This is already covered in the previous chapter https://github.com/NixOS/nixpkgs/blob/master/nixos/doc/manual/configuration/x-windows.xml#L38-L46 - Xfce also depends on X and it doesn't need a special section on display managers.
| * Merge pull request #35111 from oxij/stdenv/available-evaluatesMichael Raskin2018-02-19
| |\ | | | | | | stdenv.mkDerivation: rename `meta.evaluates` -> `meta.available`
| | * stdenv.mkDerivation: rename `meta.evaluates` -> `meta.available`Jan Malakhovski2018-02-18
| | | | | | | | | | | | A much better name.
| * | nixos/doc: document networking.interfaces module changesrnhmjoj2018-02-17
| | |
| * | nixos/networking-interfaces: rename IP addresses/routes optionsrnhmjoj2018-02-17
| |/
| * Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2018-02-14
| |\
| | * 18.03 release notes: highlight gnome 3.26Jan Tojnar2018-02-14
| | |
| | * 18.03 release notes: warn about libinputJan Tojnar2018-02-14
| | |
| * | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-02-13
| |\| | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/libclc/default.nix pkgs/top-level/all-packages.nix
| | * Merge pull request #34705 from etu/php-upgradeFranz Pletz2018-02-13
| | |\ | | | | | | | | php: 7.1.14 -> 7.2.2
| | | * php: 7.1.14 -> 7.2.2Elis Hirwing2018-02-07
| | | |