summary refs log tree commit diff
path: root/nixos/modules/programs/venus.nix
Commit message (Collapse)AuthorAge
* Merge #12796: nixos docs: show references to packagesVladimír Čunát2016-02-27
|\ | | | | | | | | | | | | (version 2) A better implementation of #10039, after #12357. This time I did more thorough checking. See commit messages for details.
| * nixos manuals: bring back package referencesVladimír Čunát2016-02-03
| | | | | | | | | | | | | | | | This reverts most of 89e983786a, as those references are sanitized now. Fixes #10039, at least most of it. The `sane` case wasn't fixed, as it calls a *function* in pkgs to get the default value.
| * Revert "Merge #12357: nixos docs: show references to packages"Vladimír Čunát2016-02-03
| | | | | | | | | | | | The PR wasn't good enough yet. This reverts commit b2a37ceeea8c38ec71447f8dae1e6890a8cf982d, reversing changes made to 7fa9a1abce623aaf18b22f5dca3fc8a44a494e8d.
| * Merge #12357: nixos docs: show references to packagesVladimír Čunát2016-02-03
| |\
| | * nixos manuals: bring back package referencesVladimír Čunát2016-01-13
| | | | | | | | | | | | | | | | | | | | | | | | This reverts most of 89e983786a, as those references are sanitized now. Fixes #10039, at least most of it. The `sane` case wasn't fixed, as it calls a *function* in pkgs to get the default value.
* | | Configure a default trust store for opensslGuillaume Maudoux2016-02-03
|/ /
* / Fix some references to deprecated /etc/ssl/certs/ca-bundle.crtEelco Dolstra2016-01-29
|/
* Manual: Remove store path referencesEelco Dolstra2015-09-24
|
* nixos: fix some typesJan Malakhovski2015-09-18
|
* openssl: Remove References to OPENSSL_X509_CERT_FILEWilliam A. Kennington III2015-05-31
|
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* nixos: capitalize a bunch of service descriptionsBjørn Forsman2013-11-09
| | | | | | | | | | | | (systemd service descriptions that is, not service descriptions in "man configuration.nix".) Capitalizing each word in the description seems to be the accepted standard. Also shorten these descriptions: * "Munin node, the agent process" => "Munin Node" * "Planet Venus, an awesome ‘river of news’ feed reader" => "Planet Venus Feed Reader"
* venus.nix: Fix broken startAt optionEelco Dolstra2013-11-02
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10