Jörg Thalheim
901be068e5
Merge pull request #19391 from kampfschlaefer/fix_container_extra_veths
...
container: fix extraVeth submodule usage
2016-10-09 16:59:38 +02:00
Arnold Krille
b6023f37ad
container: fix extraVeth submodule usage
...
the submodule needs options, not a plain set.
2016-10-09 16:02:14 +02:00
Robin Gloster
c6b050fd2f
nixbot module: init
2016-10-09 15:05:27 +02:00
aszlig
aeec1bc5c8
tests/boot-stage1: Use runCommandCC for kcanary
...
Since 97bfc2fac9
, runCommand doesn't
include a compiler anymore. So let's switch to the new runCommandCC,
which resembles the old state.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-10-09 14:15:19 +02:00
Jörg Thalheim
da5c0220aa
Merge pull request #17622 from rvl/nixos-manual-writing-documentation
...
Add documentation about writing NixOS documentation
2016-10-09 13:39:08 +02:00
Franz Pletz
a3ec0f1593
nixos/nginx: reload on acme cert renewal
2016-10-09 12:55:24 +02:00
Nathan Bijnens
4ed85933db
Fix #19382 set ownership of /var/empty to root:root
2016-10-09 12:01:47 +02:00
Franz Pletz
03c2b449f8
dhcpd service: Add extraFlags option
2016-10-09 11:38:34 +02:00
oida
725e04cc01
prometheus module: added default option values for relabel_config
2016-10-09 11:37:33 +02:00
Joachim Fasting
52d12b473a
mysql service: specify defaultText for package option
...
Also provide an example that differs from the default.
2016-10-09 11:28:51 +02:00
Jörg Thalheim
faade4b64c
Merge pull request #19377 from romildo/lxqt
...
lxqt: Add xscreensaver to systemPackages
2016-10-09 10:02:19 +02:00
romildo
19779be536
lxqt: Add xscreensaver to systemPackages
2016-10-08 23:55:11 -03:00
Franz Pletz
0d59fc1169
cacerts: refactor, add blacklist option
...
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.
2016-10-09 02:00:18 +02:00
Aneesh Agrawal
dfb7ea6fd1
kernel: Document Yama implications in release notes
2016-10-08 17:46:33 +02:00
Alexander Ried
ce7739a4dd
systemd.nspawn: add definition ( #18320 )
...
this adds the option to manage systemd.nspawn files via
config.systemd.nspawn. The files are placed in "/etc/systemd/nspawn".
2016-10-08 16:10:56 +02:00
Joachim F
ccd915ca27
Merge pull request #19358 from romildo/lxqt
...
lximage-qt: init at 0.5.0
2016-10-08 16:03:35 +02:00
Franz Pletz
07289a3b71
debug-info: use pkgs.lib.overrideDerivation (fixed)
...
See 87793207e8
.
2016-10-08 15:53:37 +02:00
Michael Stapelberg
87793207e8
debug-info: use pkgs.lib.overrideDerivation
...
Without this change, I get the error “undefined variable 'overrideDerivation'”
Fixes #18529 .
2016-10-08 15:52:35 +02:00
romildo
22b86a8753
lximage-qt: init at 0.5.0
2016-10-08 10:37:10 -03:00
Jaka Hudoklin
afbe339e7d
firewall service: add support for loose reverse path filter check ( #19122 )
2016-10-08 14:26:52 +02:00
Pascal Bach
8c053633df
Fix xml validation error in NixOS releases documentation
2016-10-07 22:49:05 +02:00
Peter Hoeg
7e5a393e8c
deluge module: support specifying open file limit
...
We also increase the limit to 4096.
2016-10-07 22:14:03 +02:00
Jörg Thalheim
daf4e57577
Merge pull request #19209 from siddharthist/urxvtd/init
...
urxvtd service: init
2016-10-07 16:14:35 +02:00
Joachim F
030a298406
Merge pull request #19212 from romildo/new.lxqt
...
lxqt: init at 0.11
2016-10-07 14:00:54 +02:00
romildo
a5bbe8970f
obconf-qt: init at 0.11.0
2016-10-07 06:57:25 -03:00
Domen Kožar
ed6ea7416a
Document NixOS release process #4442
2016-10-07 09:49:47 +02:00
José Romildo Malaquias
0d7056331d
compton-conf: init at 0.2.0
2016-10-06 19:01:04 -03:00
Langston Barrett
543494b815
urxvtd service: init
...
adds pkgs.rxvt_unicode-with-plugins
adds appropriate environment.variables
no default target, must be enabled manually
2016-10-06 20:03:06 +00:00
Thomas Tuegel
2e255a2edd
Merge branch 'staging'
2016-10-06 09:51:02 -05:00
Moritz Ulrich
c475234827
services.kippo: Add missing '}'
2016-10-06 13:39:21 +02:00
José Romildo Malaquias
fbe7c92bd5
lxqt: Add libkscreen to systemPackages
2016-10-06 08:02:44 -03:00
José Romildo Malaquias
0b4e3e7822
lxqt: Add qtsvg to systemPackages
2016-10-06 08:02:44 -03:00
José Romildo Malaquias
49ed3ab705
lxqt: fix small issues in nix expressions
2016-10-06 08:02:43 -03:00
José Romildo Malaquias
f3e8bfa823
lxqt service: init at 0.11
2016-10-06 08:02:43 -03:00
Frederik Rietdijk
6f836eb0d4
Kippo: move pythonPackages.twisted_11 to kippo expression
2016-10-06 12:59:05 +02:00
Domen Kožar
2fdda9ce04
Merge pull request #19281 from peterhoeg/php
...
php-fpm: add reload support
2016-10-06 11:49:03 +02:00
Eric Sagnes
0bd263ecc3
wireguard: add module
...
fixes #17933
2016-10-06 09:41:38 +02:00
Peter Hoeg
47a8f1ea85
php-fpm: add reload support
...
Upstream recommends sending USR2 for a graceful reload.
2016-10-06 10:22:24 +08:00
Nikolay Amiantov
2058c856a1
Merge pull request #19235 from aske/sddm-log
...
sddm: fix missing X server logs
2016-10-05 21:16:26 +04:00
Vladimír Čunát
30f551d8b2
Merge branch 'master' into staging
2016-10-05 19:02:48 +02:00
Peter Hoeg
5a6626f47c
php fpm: add systemd support
...
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"
```
2016-10-05 23:30:31 +08:00
Alexander Ried
0a0347c589
reviewing-contributions.xml: fix typo
2016-10-05 10:40:32 +02:00
Gleb Peregud
5f0edde4b1
Fix typo in emacs.xml
2016-10-05 07:46:28 +02:00
Thomas Tuegel
d067b7bd35
Merge branch 'kde-5' into staging
2016-10-04 21:50:17 -05:00
Kirill Boltaev
1978d00458
sddm: wrap xserver in systemd-cat to make logs appear in the journal
2016-10-05 00:07:23 +03:00
Joachim F
94cf6b2d56
Merge pull request #19210 from joachifm/mysql
...
Some light mysql service enhancements
2016-10-04 22:30:53 +02:00
Andrew Scott
05b7aaae74
nix.optimise.dates should be list
2016-10-04 11:31:51 +01:00
Jörg Thalheim
e5c6f35a49
Merge pull request #19069 from peterhoeg/targets
...
systemd: add user target support
2016-10-03 23:10:18 +02:00
Joachim Fasting
4358d3d439
mysql service: specify a default package
...
A config ought to be buildable using just the defaults.
2016-10-03 23:08:32 +02:00
Joachim Fasting
c2153538d9
mysql service: add some option types
...
Note that this changes the type and default value of port to int
(previously default was a string, no type).
2016-10-03 23:08:31 +02:00