summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos/pulseaudio: increase service restart timeProfpatsch2016-07-30
| | | | Pulseaudio doesn’t like being restarted too quickly.
* nixos/pulseaudio: tcp streaming & zeroconfProfpatsch2016-07-30
| | | | | | | Adds options for tcp streaming and avahi zeroconf support (so that the server can be easily found by clients). There is also an option to allow anonymous clients to stream to the server (by default pulseaudio uses a cookie mechanism, see manpage).
* kde5: rename extra-cmake-modules variantsThomas Tuegel2016-07-30
| | | | | | | Instead of one package `extra-cmake-modules`, there is now `ecm` and `ecmNoHooks`. The latter is used when one does not want to incur a Qt 5 dependency; it is also available as a top-level package `extra-cmake-modules`.
* nixos/x11: remove unneccessary special casesGabriel Ebner2016-07-30
|
* xorg.xorgserver: enable glamor supportGabriel Ebner2016-07-30
|
* nixos/kde: phonon moved to qt5Thomas Tuegel2016-07-29
|
* dd-agent: support jmx, needs a separate daemon nowadays.Rob Vermaas2016-07-29
| | | | (cherry picked from commit 1425a1f964adc2e2eb668810f3f158089035cd3d)
* nixos-containers: Set DevicePolicy=closedEelco Dolstra2016-07-28
| | | | | | This makes the container a bit more secure, by preventing root creating device nodes to access the host file system, for instance. (Reference: systemd-nspawn@.service in systemd.)
* nixos-containers: Use systemd 231's --notify-ready flagEelco Dolstra2016-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
| * | | | nixos release notes: document changes to grsecurity/PaXJoachim Fasting2016-07-23
| | | | |
| * | | | nixos manual: add chapter on grsecurity/PaXJoachim Fasting2016-07-23
| | |_|/ | |/| | | | | | | | | | | | | | Explain the "what", "why", and "how" of grsecurity/PaX on NixOS.
* | | | Merge pull request #17194 from Profpatsch/document-container-rootDaiderd Jordan2016-07-24
|\ \ \ \ | | | | | | | | | | nixos/manual: document you need root for container
| * | | | nixos/manual: document you need root for containerProfpatsch2016-07-23
| | | | |
* | | | | nixos: disable DHCP on ZeroTier interfacesEmery Hemingway2016-07-23
| |/ / / |/| | |
* | | | mysql: fix replication tests (#17174)ben smith2016-07-23
| | | | | | | | | | | | | | | | | | | | Eliminate race condition in replication test Remove replication configuration from standalone test Improve mysql command syntax consistency
* | | | Add gocd agent and server service packages (#16273)Shawn Warren2016-07-23
|/ / / | | | | | | | | | | | | | | | | | | GoCD is an open source continuous delivery server specializing in advanced workflow modeling and visualization. Update maintainers list to include swarren83. Update module list to include gocd agent and server module. Update packages list to include gocd agent and server package. Update version, revision and checksum for GoCD release 16.5.0.
* | | tt-rss: Fix evaluation by disabling nginx-options.Moritz Ulrich2016-07-22
| | | | | | | | | | | | | | | The nginx.virtualHosts option isn't merged yet. We can re-enable these features when https://github.com/NixOS/nixpkgs/pull/15862 is merged.
* | | Merge pull request #16132 from zohl/tt-rssRok Garbas2016-07-21
|\ \ \ | | | | | | | | tt-rss service: init at 16.3