summary refs log tree commit diff
path: root/nixos/doc/manual
Commit message (Collapse)AuthorAge
* nixos/manualPDF: use new `texlive` instead of `tetex`Vladimír Čunát2015-09-23
| | | | | This includes updating dblatex and crafting ~100 MB TeX package set to make our manual compile.
* Update 15.09 release notesEelco Dolstra2015-09-21
|
* Style / typo fixesEelco Dolstra2015-09-21
|
* release-notes: properly close the item listEdward Tjörnhammar2015-09-21
|
* Remove Gitit from the list of evaluated modulesEdward Tjörnhammar2015-09-20
|
* wiimenu, wmiiSnap, libixp_for_wmii: removed, fixes #9609Kovacsics Robert (NixOS-SSD2)2015-09-03
| | | | | | wiimenu superseded by wimenu from wmii wmiiSnap superseded by wmii_hg libixp_for_wmii superseded by libixp_hg
* Manual: Document system.autoUpgradeEelco Dolstra2015-09-02
|
* nixos: document nvidia legacy driver optionsBjørn Forsman2015-09-02
|
* Rename rl-unstable.xml -> rl-1509.xmlEelco Dolstra2015-08-27
|
* elm: add the platform and helpful scriptsNikolay Amiantov2015-08-17
|
* nixos/vbox: Move all options to virtualisation.*.aszlig2015-08-13
| | | | | | | | | | | | Commit 687caeb renamed services.virtualboxHost to programs.virtualbox, but according to the discussion on the commit, it's probably a better to put it into virtualisation.virtualbox instead. The discussion can be found here: https://github.com/NixOS/nixpkgs/commit/687caeb#commitcomment-12664978 Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixos/release-notes: mention unification of channelsVladimír Čunát2015-08-12
|
* nixos/release-notes: move "new services" sectionVladimír Čunát2015-08-12
| | | | It seems much less important than incompatible changes (though it's shorter).
* Allow options with type "package" to be store pathsEelco Dolstra2015-08-07
| | | | | | | | For example, this allows writing nix.package = /nix/store/786mlvhd17xvcp2r4jmmay6jj4wj6b7f-nix-1.10pre4206_896428c; Also, document types.package in the manual.
* Unify NixOS and Nixpkgs channel structureEelco Dolstra2015-08-05
| | | | | | | | | | | | | | | | | | | | | | This is primarily to ensure that -I nixpkgs=https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz and -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz and -I nixpkgs=https://nixos.org/channels/nixpkgs-unstable/nixexprs.tar.xz behave consistently. It also allows installing packages via "nix-env -iA nixos.<pkg>" rather than "nixos.pkgs.<pkg>". It would be even better to allow "nixpkgs.<pkg>", but that requires a change to nix-channel. Fixes #7659.
* Remove /etc/nixos/nixpkgs from $NIX_PATHEelco Dolstra2015-08-05
| | | | | NixOS hasn't used /etc/nixos/nixpkgs for a long time, so it's time to get rid of it.
* Spelling etcEelco Dolstra2015-08-03
|
* locate: option includeStoreProfpatsch2015-08-02
|
* Manual: Don't render types as stringsEelco Dolstra2015-07-30
|
* Add read-only optionsEelco Dolstra2015-07-30
| | | | | These are options that can have only one definition, regardless of priority.
* Fix indentationEelco Dolstra2015-07-30
|
* sshd: Use RSA and ED25519 host keysEelco Dolstra2015-07-27
| | | | Closes #7939.
* Require signed binary caches by defaultEelco Dolstra2015-07-27
|
* Installer: Add nomodeset and blacklist the nouveau driverEelco Dolstra2015-07-25
| | | | | I observed a hang at the moment the nouveau driver gets loaded on a GTX 970.
* Move release notes to an appendix and a separate chunkEelco Dolstra2015-07-22
|
* Manual: Reduce chunkingEelco Dolstra2015-07-22
| | | | Fixes #7607.
* Remove non-incompatible changes from the list of incompatible changesEelco Dolstra2015-07-22
|
* Don't enable cron by defaultEelco Dolstra2015-07-22
| | | | | | | | | | The rationale for disabling this is: 1) systemd timers are better; 2) it gets rid of one usually unnecessary process, which makes containers more light-weight. Note that cron is still enabled if services.cron.systemCronJobs is non-empty, so this only matters if you have no declarative cron jobs but do have user cron jobs.
* release notes: phpfpm now using default php instead of php54Luca Bruno2015-07-17
|
* Remove obsolete reference to /mediaEelco Dolstra2015-07-17
|
* tvheadend: init at 4.0.4Simon Vandel Sillesen2015-06-24
|
* atom-shell: renamed to electron and updated 0.19.1 -> 0.28.2Travis B. Hartwell2015-06-19
| | | | Added systemd to buildEnv path because of new libudev dependency.
* Merge pull request #8182 from ttuegel/openblasThomas Tuegel2015-06-12
|\ | | | | Numerical computing overhaul
| * Update release notes about OpenBLASThomas Tuegel2015-06-12
| |
* | Merge pull request #8173 from dezgeg/pr-kernel-configWilliam A. Kennington III2015-06-07
|\ \ | |/ |/| kernel-config: Enable framebuffer console for BIOS systems & /proc/config.gz for ARM
| * kernel-config: Enable FB_VESA and FRAMEBUFFER_CONSOLETuomas Tynkkynen2015-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 159fed47bc (nixos/grub: Fix video display on efi) changed BIOS systems to start in non-text mode as well. Enable FB_VESA to get a framebuffer console on BIOS systems. Change FRAMEBUFFER_CONSOLE to 'y' instead of the default 'm' to so the user doesn't need to manually load the fbcon module anymore. Other distros have similar defaults, at least on Arch: CONFIG_FB_VESA=y CONFIG_FRAMEBUFFER_CONSOLE=y and on Ubuntu (12.04): CONFIG_FB_VESA=m CONFIG_FRAMEBUFFER_CONSOLE=y Fixes #8139
* | Add some info about editorsEelco Dolstra2015-06-04
|/
* nixos release notes: document new services.openssh.moduliFile optionPeter Simons2015-06-01
|
* nixos release notes: document incompatible changes due to Haskell NGPeter Simons2015-06-01
|
* nixos release notes: add an item about Haskell NGPeter Simons2015-06-01
|
* nixos/test-driver: Make tesseract OCR optional.aszlig2015-05-22
| | | | | | | | | | | | | | | | | By default this is now enabled, and it has to be explicitely enabled using "enableOCR = true". If it is set to false, any usage of getScreenText or waitForText will fail with an error suggesting to pass enableOCR. This should get rid of the rather large dependency on tesseract which we don't need for most tests. Note, that I'm using system("type -P") here to check whether tesseract is in PATH. I know it's a bashism but we already have other bashisms within the test scripts and we also run it with bash, so IMHO it's not a problem here. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixos/test-driver: Add new waitForText function.aszlig2015-05-21
| | | | | | | | As promised in the previous commit, this can be used similarly to $machine->waitForWindow, where you supply a regular expression and it's retrying OCR until the regexp matches. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixos/test-driver: Add new getScreenText function.aszlig2015-05-21
| | | | | | | | | | | | | | | | | | | | | Basically, this creates a screenshot and throws tesseract at it to recognize the characters from the screenshot. In order to produce a result that is well enough, we're using lanczos scaling and scale the image up to 400% of its original size. This provides the base functionality for a new Machine method which will be called waitForText. I originally had that idea long ago when writing the VM tests for VirtualBox and Chromium, but thought it would be disproportionate to the case. The downside however is that VM tests now depend on tesseract, but given the average runtime of our tests it really shouldn't have a too big impact and it's only a runtime dependency after all. Another issue is that the OCR process takes quite some time to finish, but IMHO it's better (as in more deterministic) than to rely on sleep(). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Merge pull request #7857 from rushmorem/marathon-module-updateArseniy Seroka2015-05-21
|\ | | | | Update Marathon module
| * Update Marathon modulerushmorem2015-05-21
| | | | | | | | | | The new module makes it possible to pass extra commandline arguments to Marathon as well as environment variables.
* | Document the nixpkgs-channels repoEelco Dolstra2015-05-20
| | | | | | | | | | This replaces update-channel-branches.sh with standard Git invocations.
* | Update HPLIP to 3.15.4Thomas Tuegel2015-05-16
|/
* Revert "cups: Rename "browsing" config option to "advertise""Jascha Geerds2015-05-10
| | | | This reverts commit 48e65cec4ecd6bef08233460cf5ffedb023cc7c6.
* cups: Rename "browsing" config option to "advertise"Jascha Geerds2015-05-10
|
* cups: Add changelog for the upcoming NixOS releaseJascha Geerds2015-05-10
|