about summary refs log tree commit diff
path: root/nixos/doc
Commit message (Collapse)AuthorAge
* nixos/manual: Re-add development section.aszlig2015-01-25
| | | | | | | I think this has been accidentally dropped by a099ca4, at least there is no reason stated, why it shouldn't be included, so I'm bringing it back. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Fix release notesEelco Dolstra2015-01-21
|
* document options to nixos-install scriptDomen Kožar2015-01-06
|
* Fix typo in recursive set exampleKhalid Jebbari2015-01-04
|
* Bad name for the NixOS download pageKhalid Jebbari2015-01-04
|
* Add Type information into manual and manpages, fixes #4600Domen Kožar2015-01-04
|
* TweakEelco Dolstra2014-12-31
|
* nixos/doc release notes: mention intel GPU driverVladimír Čunát2014-12-31
| | | | (cherry picked from commit 3865ab9e6901a529fbb480599c94f4a04d93c71d)
* nixos/release-notes: Fix typo in VirtualBox notes.aszlig2014-12-30
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Document small channelsEelco Dolstra2014-12-30
|
* Release notes tweakEelco Dolstra2014-12-30
|
* Sort stuffEelco Dolstra2014-12-30
|
* Drop reference to obsolete ControlGroupAttribute optionEelco Dolstra2014-12-30
|
* Release notesEelco Dolstra2014-12-30
|
* Release dateEelco Dolstra2014-12-30
|
* Merge pull request #5362 from nbp/update-channelsNicolas B. Pierron2014-12-20
|\ | | | | | | | | | | | | | | | | | | | | | | Add a script to add git branches for each channel. To create / update references to remote / local channels, you have to run `./maintainers/scripts/update-channel-branches.sh` while you are at the top-level of nixpkgs work directory. To make this convenient for Nixpkgs / NixOS developer, one can run the following command: ``` $ git config --add alias.fetch-channels '!sh -c "$(git rev-parse --show-cdup)maintainers/scripts/update-channel-branches.sh"' ``` Which will register the alias fetch-channels such that the script can used from sub-directory of nixpkgs by running `git fetch-channels`.
| * update-channel-branches.sh: Add verbosity to improve the user experience, ↵Nicolas B. Pierron2014-12-18
| | | | | | | | and update NixOS documentation.
* | nixos: Add VBox hardening to 14.12 release notes.aszlig2014-12-18
| | | | | | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | release notes: reindent, remove renames (redudant)Domen Kožar2014-12-18
| | | | | | | | | | (cherry picked from commit 8566f66ea44f7adf050d92bd8dc8de9ba814f0d1) Signed-off-by: Domen Kožar <domen@dev.si>
* | update release notesDomen Kožar2014-12-18
|/ | | | | (cherry picked from commit 33e9a0503a55aef49c4d8750a712388ab71b6446) Signed-off-by: Domen Kožar <domen@dev.si>
* Document screen incompatibilityEelco Dolstra2014-12-15
|
* nixos/doc/manual/release-notes/rl-1412.xml: document change of default time zonePeter Simons2014-12-15
| | | | https://github.com/NixOS/nixpkgs/pull/5332
* typoDomen Kožar2014-12-14
| | | | | (cherry picked from commit ad4e371acf5104ecf6a309ca8f974c7147ba1843) Signed-off-by: Domen Kožar <domen@dev.si>
* http://nixos.org -> https://nixos.orgDomen Kožar2014-12-14
| | | | | (cherry picked from commit 78bb17dd22e4da4e3810fbc78185d73bb25ea73e) Signed-off-by: Domen Kožar <domen@dev.si>
* php-5.3: RemoveEelco Dolstra2014-12-10
| | | | | PHP 5.3 is EOL (see http://php.net/supported-versions.php). NixOS 14.12 is a good opportunity to drop it.
* Rename release notesEelco Dolstra2014-12-10
|
* Use https://cache.nixos.orgEelco Dolstra2014-12-09
|
* Update obtaining.xmlcillianderoiste2014-12-07
| | | Avoid pointing to the wiki for the default installation method (which points back to the manual anyway). Use more words.
* nixos: reverse logic in nixos interactive tests documentationDomen Kožar2014-11-27
|
* NetworkManager.service -> network-manager.serviceDomen Kožar2014-11-27
|
* Merge pull request #4639 from lethalman/installer-nmDomen Kožar2014-11-21
|\ | | | | kde installer: enable networkmanager. Closes #3433
| * docs: hint to stop NetworkManager during installation to manually configure ↵Luca Bruno2014-11-02
| | | | | | | | the network
* | nixos: document default GNOME 3.12 in the 14.11 release notesLuca Bruno2014-11-18
| |
* | options.json: Filter out "visible" and "internal" attributesEelco Dolstra2014-11-17
| |
* | options.json: Export as an object rather than a listEelco Dolstra2014-11-17
| | | | | | | | This makes it easier to look up options by name.
* | Manual: Don't depend on the JSON optionsEelco Dolstra2014-11-17
| |
* | some typosRene Donner2014-11-14
| |
* | apache-httpd: Make 2.4 the defaultEelco Dolstra2014-11-06
|/ | | | | The NixOS 14.11 release is a good time to finally make 2.4 the default.
* next release will be 14.11Domen Kožar2014-10-22
|
* Merge branch 'dev/ati-drivers' of https://github.com/nathanielbaxter/nixpkgsMateusz Kowalczyk2014-09-22
|\
| * ati_unfree: Update nixos-manual for AMD driver supportNathaniel Baxter2014-09-07
| |
* | Manual: Fix build productEelco Dolstra2014-09-10
| |
* | fix location of options.xmlMichael Fellinger2014-09-09
| |
* | Merge remote-tracking branch 'origin/staging'Eelco Dolstra2014-09-08
|\ \ | | | | | | | | | | | | Conflicts: pkgs/applications/version-management/subversion/default.nix
| * \ Merge recent master into stagingVladimír Čunát2014-09-06
| |\ \ | | | | | | | | | | | | Hydra: ?compare=1150594
| * \ \ Merge branch 'origin/master' into staging.Peter Simons2014-09-02
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/ffmpeg/2.x.nix pkgs/development/libraries/serf/default.nix
| * \ \ \ Merge recent master into stagingVladimír Čunát2014-08-30
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hydra: ?compare=1149952 Conflicts: nixos/doc/manual/configuration.xml (changed split file) nixos/modules/config/users-groups.nix (choosing filterNull instead of inline definition) pkgs/development/libraries/readline/readline6.3.nix (auto-solved)
| * \ \ \ \ Merge recent master into stagingVladimír Čunát2014-08-21
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hydra: ?compare=1148749 Conflicts (easy): nixos/modules/virtualisation/containers.nix
| * | | | | | Add user attribute isNormalUserEelco Dolstra2014-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is shorthand for setting group, createHome, home, useDefaultShell and isSystemUser.
| * | | | | | Unify mutableUsers = { true, false }Eelco Dolstra2014-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With mutableUsers = true, we now ensure that all users and groups that were created declaratively, are updated or removed appropriately. Thus, adding a user to users.extraUsers and then removing it now causes the acoount to be removed from /etc/passwd. Thus user/group management is fully congruent except that users and groups that were created imperatively (via useradd/groupadd) are not touched. We distinguish between declarative and imperative users/groups by tracking the former in /var/lib/nixos/declarative-{groups,users}. With mutableUsers = false, you are now no longer required to specify UIDs/GIDs for all users. The handling of mutableUsers = true/false is the same code path; the only difference is that the "false" mode ignores the existing contents of /etc/{passwd,group}. The attribute ‘createUser’ is gone. It doesn't really make sense to specify users that shouldn't be created.