Rok Garbas
14e8071921
Merge pull request #17305 from hiberno/update-elk-stack
...
Update elk stack
2016-07-27 18:42:08 +02:00
Christian Lask
6d68a1fbf3
logstash: 1.5.3 -> 2.3.4
...
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.
2016-07-27 17:45:38 +02:00
Tristan Helmich
c9b9692347
tinc: add Restart in systemd service config
2016-07-27 10:38:57 +02:00
Joachim F
ad127bb55d
Merge pull request #17271 from jokogr/fix/syncthing-system-service
...
syncthing: fix system service
2016-07-27 03:23:08 +02:00
Bjørn Forsman
0a2174f195
nixos/lighttpd: move cgit setup to cgit.nix
...
To where it really belongs. Separation of concern.
2016-07-26 15:37:24 +02:00
Ioannis Koutras
24968fc1c1
syncthing: fix system service
2016-07-26 13:10:15 +03:00
Wout Mertens
62d11a6961
Merge pull request #17206 from nathan-gs/patch-2
...
Fix #9759 SSMTP sendmail wrapper
2016-07-26 10:52:19 +02:00
Wout Mertens
3bb18c68d2
Merge pull request #17042 from rasendubi/etc
...
etc: remove obsolete directories
2016-07-26 09:04:10 +02:00
Luca Bruno
5c738ec37e
gnome3: drop 3.18
2016-07-25 22:49:12 +02:00
Alexey Shmalko
fe9cabedf0
etc: remove obsolete directories
...
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 .
2016-07-25 15:50:53 +03:00
Joachim F
0050338610
Merge pull request #17087 from j1r1k/pulseaudio-extraClientConf
...
pulseaudio module: add extraClientConf option
2016-07-24 15:52:01 +02:00
Nikolay Amiantov
ddb75882b6
kbd task: fix colors in early initrd
2016-07-24 15:08:49 +03:00
Joachim Fasting
88138d43fa
grsecurity test: add note explaining what the tcc -run test accomplishes
2016-07-24 12:54:07 +02:00
Joachim Fasting
8c8d6b4053
grsecurity test: verify that the grsec device node is created
2016-07-24 12:54:07 +02:00
Joachim Fasting
96542a1b00
grsecurity module: assert RBAC support in kernel
2016-07-24 12:54:07 +02:00
Joachim Fasting
5ece58ed66
grsecurity module: add gradm to system path
2016-07-24 12:54:07 +02:00
Joachim F
027cb61088
Merge pull request #16891 from joachifm/grsec-doc
...
manual: add chapter on Grsecurity/PaX
2016-07-24 12:48:27 +02:00
Daiderd Jordan
eab1ec23f0
Merge pull request #17194 from Profpatsch/document-container-root
...
nixos/manual: document you need root for container
2016-07-24 12:01:47 +02:00
Emery Hemingway
90ee01cd3d
nixos: disable DHCP on ZeroTier interfaces
2016-07-23 21:04:42 +02:00
Nathan Bijnens
bb528e714d
Fix #9759 SSMTP sendmail wrapper - cfg instead of full path
2016-07-23 20:58:58 +02:00
Joachim Fasting
edbaba6d3c
nixos release notes: document changes to grsecurity/PaX
2016-07-23 19:09:47 +02:00
Joachim Fasting
190890cdac
nixos manual: add chapter on grsecurity/PaX
...
Explain the "what", "why", and "how" of grsecurity/PaX
on NixOS.
2016-07-23 19:09:43 +02:00
Nathan Bijnens
cf3867a5ef
Fix #9759 SSMTP sendmail wrapper
2016-07-23 18:00:10 +02:00
Profpatsch
2f074321c7
nixos/manual: document you need root for container
2016-07-23 06:21:56 +02:00
ben smith
c38e6a2a60
mysql: fix replication tests ( #17174 )
...
Eliminate race condition in replication test
Remove replication configuration from standalone test
Improve mysql command syntax consistency
2016-07-23 00:37:05 +02:00
Shawn Warren
9886c80daa
Add gocd agent and server service packages ( #16273 )
...
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.
2016-07-23 00:29:18 +02:00
Moritz Ulrich
f8ea8c7197
tt-rss: Fix evaluation by disabling nginx-options.
...
The nginx.virtualHosts option isn't merged yet. We can re-enable these
features when https://github.com/NixOS/nixpkgs/pull/15862 is merged.
2016-07-22 09:54:25 +02:00
Rok Garbas
d73c115aa4
Merge pull request #16132 from zohl/tt-rss
...
tt-rss service: init at 16.3
2016-07-21 20:48:18 +02:00
Al Zohali
98e419c0e2
tt-rss service: init at 16.3
2016-07-21 20:46:35 +03:00
Eelco Dolstra
a78ecb0d33
Remove nixos.tests.boot.biosUsb.* as release blockers
...
These have a high random failure rate, blocking channel updates. Issue
2016-07-21 11:44:55 +02:00
Michele Guerini Rocco
267e362fbc
syncthing: Allow the user service to be enabled with systemctl ( #17136 )
2016-07-21 04:49:58 +02:00
ben smith
e641974f06
MySQL Replication (that actually works) ( #7198 )
...
Improves replication functionality by:
* adding slaveHost on the 'master' role
* adds slave user to master with replication only permissions
2016-07-21 02:15:55 +02:00
Rok Garbas
db7b4fb073
Merge pull request #6846 from wizeman/u/zfs-auto-snap-flags
...
nixos: ZFS auto-snapshot improvements
2016-07-21 01:53:11 +02:00
davidak
83bdc8e858
caddy service: add options to change ACME certificate authority ( #16969 )
...
and agree to let's encrypt subscriber agreement
2016-07-21 01:51:09 +02:00
cransom
4a9b640f37
smokeping: init at 2.6.11 ( #17090 )
...
Includes a module for service setup and a test
to verify functionality of both service and pkg.
2016-07-21 01:07:59 +02:00
Rok Garbas
760da3e3f3
nixos: init programs.xonsh
2016-07-21 00:55:36 +02:00
Nikolay Amiantov
3cc54bbad9
Merge pull request #17082 from abbradar/fix-early-kbd
...
Use new early kbd-setting code in initrd and fix layouts from external packages
2016-07-20 23:52:45 +04:00
Bjørn Forsman
78eac466b0
nixos/ddclient: add warning about password being world readable
...
Closes #16885 .
2016-07-19 16:51:42 +02:00
Matthew Justin Bauer
802a700373
virtualbox: fix virtualbox guest additions ( #16964 )
2016-07-19 13:55:44 +02:00
Svein Ove Aas
9a8e0d1c2e
zfs: Force sync on shutdown ( #16903 )
2016-07-19 09:57:13 +02:00
Christian Kauhaus
3530f3f20a
systemd: make ctrl-alt-del target configurable. ( #16911 )
...
We currently only allow upstream's default of "reboot.target" due to the
way the symlinks are initialized. I made this configurable similar to the
default unit.
2016-07-19 09:42:53 +02:00
Eric Merritt
eb92804f91
nixos-containers: init package ( #16959 )
...
This moves nixos-containers into its own package so that it can be
relied upon by other packages/systems. This should make development
using dynamic containers much easier.
2016-07-19 08:13:06 +02:00
Nikolay Amiantov
9cc70b419c
nixos/tests: add hibernation test
2016-07-19 05:20:02 +03:00
Nikolay Amiantov
399db54e35
nixos/qemu: don't recreate extra disks
2016-07-19 05:20:02 +03:00
Franz Pletz
febcd39afa
nixos/grafana: set plugins path, fix image generation
...
Also add options to configure which organization should have anonymous access.
2016-07-19 00:18:12 +02:00
Jiri Marsicek
7d0990b594
pulseaudio module: add extraClientConf option
2016-07-19 00:14:58 +02:00
Nikolay Amiantov
cf64a7ecc0
kbd module: fix keymaps search for loadkeys
2016-07-18 23:46:38 +03:00
Nikolay Amiantov
7bed3d0cb3
nixos stage-1: move keymap handling to kbd module
2016-07-18 23:27:45 +03:00
Nikolay Amiantov
6f89369440
libinput service: add libinput to udev packages
...
See #17054
2016-07-18 17:14:34 +03:00
Nikolay Amiantov
3d69653d6b
plymouth service: stop splash screen before a failure prompt
2016-07-18 13:45:37 +03:00