summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nginx module: make recommended settings optionalRobin Gloster2016-07-28
|
* nginx module: make httpConfig backward compatibleRobin Gloster2016-07-28
|
* nginx module: improve documentationRobin Gloster2016-07-28
|
* nginx module: Enable http2Franz Pletz2016-07-28
|
* nginx module: Add default proxy headers for tomcatFranz Pletz2016-07-28
|
* nginx module: add option to make vhost defaultRobin Gloster2016-07-28
|
* nginx module: implement basic authRobin Gloster2016-07-28
|
* nginx module: redirect to same protocolRobin Gloster2016-07-28
|
* nginx module: turn off basic auth on acme locationsRobin Gloster2016-07-28
|
* nginx module: Add acmeFallbackHost vhost optionFranz Pletz2016-07-28
|
* nginx module: Add extraConfig for locationsFranz Pletz2016-07-28
|
* nginx module: Don't create acme certs if acme is not enabledFranz Pletz2016-07-28
|
* nginx module: Add dhParams optionTristan Helmich2016-07-28
|
* nginx module: Add sslCiphers optionTristan Helmich2016-07-28
|
* nginx module: Add sslProtocols optionTristan Helmich2016-07-28
|
* nginx module: Fix ACME extraDomains, fix challenge url to not redirect to ↵Tristan Helmich2016-07-28
| | | | allow renewals
* nginx module: Add ACME support for ssl sitesTristan Helmich2016-07-28
|
* nginx module: declarative configRobin Gloster2016-07-28
|
* Revert "nginx: Verify that configuration is syntactically correct" (#17337)Robin Gloster2016-07-28
|
* tmux module: do not override keys by default in VI mode (#17330)Peter Hoeg2016-07-28
| | | | | We want to stick to upstream defaults as much as possible. As pointed out by @8573 in #16999, this was not the case.
* rspam module: use mkEnableOptionPeter Hoeg2016-07-28
| | | | See #17329.
* rspamd service: fix runtime directory, log to syslogFranz Pletz2016-07-28
| | | | Fixes #17144.
* rmilter service: use runtime dirctory for socketFranz Pletz2016-07-28
|
* add epub for NixOS manual (second try) (#17205)Christine Koppelt2016-07-28
|
* matrix-synapse: Only run StartPre script when data folder doesn't exist (#17216)Robin Lambertz2016-07-28
|
* Merge pull request #17322 from RamKromberg/init/motifFranz Pletz2016-07-28
|\ | | | | motif: init at 2.3.6 & nedit: 5.6 -> 5.6a
| * motif: init at 2.3.6Ram Kromberg2016-07-28
| |
* | Revert "phpfpm service: restructured pool configuration"Bjørn Forsman2016-07-27
|/ | | | | | | | | | | This reverts commit 6b3f5b5a421fe3422e9ef63a3fd690178c36163e because it introduced a non-backwards compatible change in the phpfpm interface, without really needing to. The new interface, if needed, can be re-added alongside the old interface. Commit 98e419c0e27dd21e9dee0b915876ea60 ("tt-rss service: init at 16.3") depends on the new interface, so this commit updates the tt-rss service to work with the old services.phpfpm.poolConfigs interface.
* nginx: Verify that configuration is syntactically correct (#17208)Robin Lambertz2016-07-27
|
* bump gocd-server version to 16.6.0-3590 (#17304)Shawn Warren2016-07-27
| | | | | Update gocd-server package version to 16.6.0-3590 including new sha. Modify heapSize and maxMemory mkOption to accurately reflect their intended purpose of configuring initial java heap sizes.
* Merge pull request #17305 from hiberno/update-elk-stackRok Garbas2016-07-27
|\ | | | | Update elk stack
| * logstash: 1.5.3 -> 2.3.4Christian Lask2016-07-27
| | | | | | | | | | | | | | Note: the option to configure the watchdog timeout seems to be gone in the 2.3 series of Logstash. It complains about an unknown option and it is not in the source anymore. I am thus removing this configuration option to adjust the service to these changes, too.
* | tinc: add Restart in systemd service configTristan Helmich2016-07-27
|/
* Merge pull request #17271 from jokogr/fix/syncthing-system-serviceJoachim F2016-07-27
|\ | | | | syncthing: fix system service
| * syncthing: fix system serviceIoannis Koutras2016-07-26
| |
* | nixos/lighttpd: move cgit setup to cgit.nixBjørn Forsman2016-07-26
|/ | | | To where it really belongs. Separation of concern.
* Merge pull request #17206 from nathan-gs/patch-2Wout Mertens2016-07-26
|\ | | | | Fix #9759 SSMTP sendmail wrapper
| * Fix #9759 SSMTP sendmail wrapper - cfg instead of full pathNathan Bijnens2016-07-23
| |
| * Fix #9759 SSMTP sendmail wrapperNathan Bijnens2016-07-23
| |
* | Merge pull request #17042 from rasendubi/etcWout Mertens2016-07-26
|\ \ | | | | | | etc: remove obsolete directories
| * | etc: remove obsolete directoriesAlexey Shmalko2016-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds handling of a directory becoming a symlink in /etc. Before this patch, the directory wasn't removed and then symlinking failed, which caused directory not being updated at all. The idea for the patch goes to @abbradar at https://github.com/NixOS/nixpkgs/issues/16978#issuecomment-232921903: > A heuristic idea for this -- a function `isStatic :: Path -> Bool`: > > * if path `/etc/foo` is a file, return True iff it's a symlink to `/etc/static/foo`. > * if path is a directory, return True iff for all items in it `isStatic` is True. > > On any conflicts, if old path is static, it's safe to replace and/or > delete stale. Otherwise make a backup and notify the user via a > journal entry and console output. The only difference here -- it will not replace user configs. This also fixes https://github.com/NixOS/nixpkgs/issues/16978.
* | | gnome3: drop 3.18Luca Bruno2016-07-25
| | |
* | | Merge pull request #17087 from j1r1k/pulseaudio-extraClientConfJoachim F2016-07-24
|\ \ \ | | | | | | | | pulseaudio module: add extraClientConf option
| * | | pulseaudio module: add extraClientConf optionJiri Marsicek2016-07-19
| | | |
* | | | kbd task: fix colors in early initrdNikolay Amiantov2016-07-24
| | | |
* | | | grsecurity test: add note explaining what the tcc -run test accomplishesJoachim Fasting2016-07-24
| | | |
* | | | grsecurity test: verify that the grsec device node is createdJoachim Fasting2016-07-24
| | | |
* | | | grsecurity module: assert RBAC support in kernelJoachim Fasting2016-07-24
| | | |
* | | | grsecurity module: add gradm to system pathJoachim Fasting2016-07-24
| | | |
* | | | Merge pull request #16891 from joachifm/grsec-docJoachim F2016-07-24
|\ \ \ \ | | | | | | | | | | manual: add chapter on Grsecurity/PaX