summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* cacerts: refactor, add blacklist optionFranz Pletz2016-10-09
| | | | | | | | | | Previously, the list of CA certificates was generated with a perl script which is included in curl. As this script is not very flexible, this commit refactors the expression to use the python script that Debian uses to generate their CA certificates from Mozilla's trust store in NSS. Additionally, an option was added to the cacerts derivation and the `security.pki` module to blacklist specific CAs.
* kernel: Document Yama implications in release notesAneesh Agrawal2016-10-08
|
* systemd.nspawn: add definition (#18320)Alexander Ried2016-10-08
| | | | this adds the option to manage systemd.nspawn files via config.systemd.nspawn. The files are placed in "/etc/systemd/nspawn".
* Merge pull request #19358 from romildo/lxqtJoachim F2016-10-08
|\ | | | | lximage-qt: init at 0.5.0
| * lximage-qt: init at 0.5.0romildo2016-10-08
| |
* | debug-info: use pkgs.lib.overrideDerivation (fixed)Franz Pletz2016-10-08
| | | | | | | | See 87793207e806e837a3ae2958f3e770caec6f2277.
* | debug-info: use pkgs.lib.overrideDerivationMichael Stapelberg2016-10-08
| | | | | | | | | | | | Without this change, I get the error “undefined variable 'overrideDerivation'” Fixes #18529.
* | firewall service: add support for loose reverse path filter check (#19122)Jaka Hudoklin2016-10-08
|/
* Fix xml validation error in NixOS releases documentationPascal Bach2016-10-07
|
* deluge module: support specifying open file limitPeter Hoeg2016-10-07
| | | | We also increase the limit to 4096.
* Merge pull request #19209 from siddharthist/urxvtd/initJörg Thalheim2016-10-07
|\ | | | | urxvtd service: init
| * urxvtd service: initLangston Barrett2016-10-06
| | | | | | | | | | | | adds pkgs.rxvt_unicode-with-plugins adds appropriate environment.variables no default target, must be enabled manually
* | Merge pull request #19212 from romildo/new.lxqtJoachim F2016-10-07
|\ \ | | | | | | lxqt: init at 0.11
| * | obconf-qt: init at 0.11.0romildo2016-10-07
| | |
| * | compton-conf: init at 0.2.0José Romildo Malaquias2016-10-06
| | |
| * | lxqt: Add libkscreen to systemPackagesJosé Romildo Malaquias2016-10-06
| | |
| * | lxqt: Add qtsvg to systemPackagesJosé Romildo Malaquias2016-10-06
| | |
| * | lxqt: fix small issues in nix expressionsJosé Romildo Malaquias2016-10-06
| | |
| * | lxqt service: init at 0.11José Romildo Malaquias2016-10-06
| | |
* | | Document NixOS release process #4442Domen Kožar2016-10-07
| | |
* | | Merge branch 'staging'Thomas Tuegel2016-10-06
|\ \ \
| * \ \ Merge branch 'master' into stagingVladimír Čunát2016-10-05
| |\ \ \
| * \ \ \ Merge branch 'kde-5' into stagingThomas Tuegel2016-10-04
| |\ \ \ \
| * \ \ \ \ Merge pull request #19199 from wizeman/u/fix-help2man-hashJörg Thalheim2016-10-03
| |\ \ \ \ \ | | | | | | | | | | | | | | help2man: fix hash
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2016-10-02
| |\ \ \ \ \ \
| * | | | | | | runCommand: Use stdenvNoCCEelco Dolstra2016-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures that most "trivial" derivations used to build NixOS configurations no longer depend on GCC. For commands that do invoke gcc, there is runCommandCC.
| * | | | | | | Add stdenvNoCCEelco Dolstra2016-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a standard environment that doesn't contain a C/C++ compiler. This is mostly to prevent trivial builders like runCommand and substituteAll from pulling in gcc for simple configuration changes on NixOS.
| * | | | | | | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2016-09-29
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into stagingVladimír Čunát2016-09-28
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into stagingVladimír Čunát2016-09-24
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2016-09-20
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into stagingVladimír Čunát2016-09-17
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | gtk2: move gtk-update-icon-cache to gtk2.outVladimír Čunát2016-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... to be useful for regeneration when building nixos environments. Fixes #18536 (hopefully).
* | | | | | | | | | | | | services.kippo: Add missing '}'Moritz Ulrich2016-10-06
| | | | | | | | | | | | |
* | | | | | | | | | | | | Kippo: move pythonPackages.twisted_11 to kippo expressionFrederik Rietdijk2016-10-06
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #19281 from peterhoeg/phpDomen Kožar2016-10-06
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | php-fpm: add reload support
| * | | | | | | | | | | | php-fpm: add reload supportPeter Hoeg2016-10-06
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream recommends sending USR2 for a graceful reload.
* / | | | | | | | | | | wireguard: add moduleEric Sagnes2016-10-06
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #17933
* | | | | | | | | | | Merge pull request #19235 from aske/sddm-logNikolay Amiantov2016-10-05
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | sddm: fix missing X server logs
| * | | | | | | | | | sddm: wrap xserver in systemd-cat to make logs appear in the journalKirill Boltaev2016-10-05
| | | | | | | | | | |
* | | | | | | | | | | php fpm: add systemd supportPeter Hoeg2016-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP FPM will now notify systemd when it's done initializing and ready to serve requests. Additionally ```systemctl status phpfpm``` will now show statistics such as: ``` Status: "Processes active: 0, idle: 8, Requests: 0, slow: 0, Traffic: 0req/sec" ```
* | | | | | | | | | | reviewing-contributions.xml: fix typoAlexander Ried2016-10-05
| | | | | | | | | | |
* | | | | | | | | | | Fix typo in emacs.xmlGleb Peregud2016-10-05
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #19210 from joachifm/mysqlJoachim F2016-10-04
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | Some light mysql service enhancements
| * | | | | | | | | mysql service: specify a default packageJoachim Fasting2016-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A config ought to be buildable using just the defaults.
| * | | | | | | | | mysql service: add some option typesJoachim Fasting2016-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that this changes the type and default value of port to int (previously default was a string, no type).
| * | | | | | | | | mysql service: order after network.targetJoachim Fasting2016-10-03
| | | | | | | | | |
* | | | | | | | | | nix.optimise.dates should be listAndrew Scott2016-10-04
| | | | | | | | | |
* | | | | | | | | | Merge pull request #19069 from peterhoeg/targetsJörg Thalheim2016-10-03
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | systemd: add user target support
| * | | | | | | | | systemd: add user target supportPeter Hoeg2016-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to define system user targets in addition to the existing services, timers and sockets. Furthermore, we add a top-level configuration keyword: - Documentation