Tuomas Tynkkynen
5d52f55426
treewide: Mass replace 'xorg.libX11}/lib' to refer the 'out' output
2016-01-24 10:03:37 +02:00
Tuomas Tynkkynen
8707bf4a3c
treewide: Mass replace 'libcap}/lib' to refer the 'out' output
2016-01-24 10:03:35 +02:00
Tuomas Tynkkynen
a1909d7380
treewide: Mass replace 'glibc}/lib' to refer the 'out' output
2016-01-24 10:03:35 +02:00
Tuomas Tynkkynen
f12f6c8607
treewide: Mass replace 'dbus_daemon}/lib' to refer the 'lib' output
2016-01-24 10:03:34 +02:00
Tuomas Tynkkynen
dc8e939dbc
treewide: Mass replace 'cups}/lib' to refer the 'out' output
2016-01-24 10:03:33 +02:00
Tuomas Tynkkynen
96372f2edb
treewide: Mass replace 'cairo}/lib' to refer the 'out' output
2016-01-24 10:03:33 +02:00
Tuomas Tynkkynen
f412f5f3ee
treewide: Mass replace 'attr}/lib' to refer the 'out' output
2016-01-24 10:03:32 +02:00
Dan Peebles
e409d0fed3
nixos: update-locatedb - harden via systemd ( #7220 )
...
Also, use systemd timers.
Most of the work is by @thoughtpolice but I changed enough of it to warrant changing commit author.
2016-01-23 20:44:30 +00:00
Dan Peebles
7ccda42007
nixos: uptimed - rewrite and harden a bit ( #7220 )
...
This is mostly @thoughtpolice's work, but I cleaned it up a bit.
2016-01-23 19:28:01 +00:00
Nikolay Amiantov
bf208745ab
Merge pull request #12290 from abbradar/dovecot-updates
...
Rework dovecot module, add and update plugins, default Dovecot to 2.2
2016-01-23 12:02:23 +03:00
Tomas Vestelind
11d475af29
haka: options for nixos
2016-01-23 01:19:53 +01:00
Nikolay Amiantov
c3abcd8415
Merge pull request #12368 from abbradar/ghostscript-update
...
Ghostscript and CUPS updates
2016-01-22 21:46:52 +03:00
Peter Simons
e6d42dfe04
Merge pull request #12459 from avnik/fix-var-lib-postfix-permissions
...
Make /var/lib/postfix world-readable
2016-01-22 17:25:07 +01:00
Robert Klotzner
5d4948e183
libinput: configuration support: Polishing
...
+ addition of missing options
2016-01-22 13:11:13 +01:00
Robert Klotzner
d3f687951a
nixos: libinput added options
...
- natural scrolling
- scroll method
- disable while typing
2016-01-22 13:09:54 +01:00
Robert Klotzner
a2db14925b
nixos: Added libinput configuration
...
like there was for synaptics
2016-01-22 13:09:39 +01:00
Peter Simons
9ee5a6b858
Merge pull request #12481 from nathan7/usrbinenv-option
...
activation-script module: add environment.usrbinenv option
2016-01-22 11:18:37 +01:00
Thomas Bereknyei
eda3e938d7
IHaskell: remove un-needed inherit
2016-01-21 17:21:00 -05:00
Domen Kožar
b39c51a362
Merge pull request #12323 from kragniz/rkt-v0.15.0
...
rkt: 0.14.0 -> 0.15.0
2016-01-21 22:27:33 +01:00
Domen Kožar
e473a424fb
Merge pull request #12324 from rickynils/nixos-rebuild-remote-try2
...
Fix NixOS installer tests failures introduced by nixos-rebuild changes
2016-01-21 21:20:57 +01:00
koral
93e17506ee
Rewrite acpid module in a more generic way
2016-01-21 20:08:14 +01:00
aszlig
c92d7481a5
multipath_tools: Rename to multipath-tools
...
See http://nixos.org/nixpkgs/manual/#sec-package-naming
I've added an alias for multipath_tools to make sure that we don't break
existing configurations referencing the old name.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-21 16:18:38 +01:00
Nikolay Amiantov
5b5e2c05c4
nixos/dovecot: add mail user and group
2016-01-21 12:53:26 +03:00
Nikolay Amiantov
b781cf1a12
nixos/dovecot: add sieveScripts support
2016-01-21 12:53:26 +03:00
Nikolay Amiantov
39bbac96af
nixos/dovecot: symlink system-wide config and use it
2016-01-21 12:53:25 +03:00
Nikolay Amiantov
70e77f9b53
nixos/dovecot: use new modules directory
2016-01-21 12:53:25 +03:00
Nikolay Amiantov
94a43b41af
nixos/dovecot: add dovecot package to modules, force proper dovecot version
2016-01-21 12:53:25 +03:00
Nikolay Amiantov
b2b58642fe
nixos/dovecot: add 'protocols' option
2016-01-21 12:53:25 +03:00
Nikolay Amiantov
122929cda7
nixos/dovecot: use systemd's RuntimeDirectory instead of creating it by ourselves
2016-01-21 12:53:25 +03:00
Nikolay Amiantov
9c7b067c6a
nixos/dovecot: create user/group only if they are default
2016-01-21 12:53:24 +03:00
Nikolay Amiantov
d1a9c55d91
nixos/dovecot: add reload command
2016-01-21 12:53:24 +03:00
Edward Tjörnhammar
4948bdadd6
nixos: ihaskell, wrong type restriction redacted
2016-01-21 10:02:39 +01:00
Alexander V. Nikolaev
39bd9be5a9
postfix: use built-in set-permission tool to setup queue
...
Make top level /var/lib/postfix as root:root 0755
After generating custom configs in /var/lib/postfix/conf,
`postfix set-permissions` called, to perform all required tricks
related to queue handling (postfix use file mode bits to keep
some internal statuses, so `chmod -R` not recommended by authors,
see comments in $out/libexec/postfix/post-install for details)
Also post-install script was patched, to skip permission check/update
for files inside $out, as well as symlinks following to $NIX_STORE.
Config file `main.cf` extended with all default directory locations,
to prevent post-install script from guessing and overwrite them.
And finally all actions in activation script snippets performed
by postmap/postalias/postfix tools from current build, not random one
from paths.
2016-01-20 14:52:59 +02:00
Robin Gloster
eac8cb1ce1
Merge pull request #11896 from mayflower/upstream-networkd
...
networkd: add IPForward IPMasquerade options, DHCPServer section
2016-01-20 13:06:44 +01:00
Rickard Nilsson
51c6383ebd
nixos-rebuild: Build only the 'out' output of nix (not 'doc' and 'debug' too)
...
This fixes the failing NixOS installer tests.
2016-01-20 10:01:59 +01:00
Rickard Nilsson
fb2eae08d5
Revert "Revert "nixos-rebuild: Add option for building and/or deploying on a remote host""
...
This reverts commit 78be7f5a53e3945b72482a99c639f5fe8cc75fd6.
2016-01-20 10:01:59 +01:00
Rick Yang
f8c3130e0f
softether: Fixed problems with using systemd services
2016-01-20 03:47:33 +01:00
Peter Jones
5b8c871842
If container name is already unique, don't append "-0"
...
When using `--ensure-unique-name`, don't needlessly append `"-0"` if the
container name is already unique.
This is especially helpful with NixOps since when it deploys to a
container it uses `--ensure-unique-name`. This means that the container
name will never match the deployment host due to the `"-0"`. Having the
container name and the host name match isn't exactly a requirement, but
it's nice to have and a small change.
2016-01-20 03:46:19 +01:00
Mark Laws
1c393cbb3c
gale service: fix permissions configuration, fixes #12457
2016-01-20 02:09:40 +01:00
Tobias Geerinckx-Rice
df29b0d23f
nixos: fix evaluation
...
After commit 5e468b9, evaluation failed with:
error: undefined variable ‘dnsExtensionMechanism’ at
.../nixpkgs/nixos/modules/config/networking.nix:177:33
2016-01-20 01:19:03 +01:00
Nathan Zadoks
df82096af0
activation-script module: add environment.usrbinenv option
2016-01-19 23:29:48 +01:00
Peter Simons
5e468b96b4
nixos: add 'networking.dnsExtensionMechanism' option to enable edns0 (for DNSSEC)
...
Set this option to 'true' (default: 'false') to enable extension mechanisms for
DNS (EDNS) in your local glibc resolver. This is required for supporting
DNSSEC, for example.
Implementation detail: the patch changes assignments to "resolv_conf_options"
to use "+=" instead of "=" to ensure that multiple users of that variable don't
overwrite each other. The generated config file is a shell script, after all,
so this should work fine.
Closes https://github.com/NixOS/nixpkgs/issues/12470 .
2016-01-19 21:54:43 +01:00
Vladimír Čunát
716aac2519
Merge branch 'staging' into closure-size
2016-01-19 09:55:31 +01:00
Eric Sagnes
0dd8e03308
i3 service: added i3status and dmenu dependency
2016-01-19 09:32:49 +09:00
Nikolay Amiantov
148396c022
systemd service: add *.busname upstream units
2016-01-18 19:42:25 +03:00
Rickard Nilsson
ce543ebf27
elasticsearch: Fix some startup warnings
2016-01-18 15:57:59 +01:00
Rickard Nilsson
d6f9f13512
bosun: Create ledisDir in pre-start script
2016-01-18 15:57:59 +01:00
Robin Gloster
cd11d91f0a
jobs -> systemd.services
...
missed an override
2016-01-17 22:05:13 +00:00
Robin Gloster
101125d184
Merge pull request #12441 from k0ral/acpid
...
Add volume and cd events to acpid configuration
2016-01-17 21:57:58 +01:00
Domen Kožar
9e8eba48ab
xorg.xorgserver: wrap Xvfb with required flags
2016-01-17 21:14:49 +01:00