Rickard Nilsson
57d71cf8d2
More download mirrors for samba URLs
2015-02-04 17:38:39 +01:00
Rickard Nilsson
52cb8db899
libldb: Add mirror url
2015-02-04 17:05:16 +01:00
Rickard Nilsson
100cc6b425
samba: Add download mirror
2015-02-04 16:28:48 +01:00
Rickard Nilsson
c7c917dfff
nginx: Add set-misc-nginx-module
2015-01-21 12:38:34 +01:00
Rickard Nilsson
b64eeaf727
new package: httping 2.3.4
2015-01-19 03:52:26 +01:00
Rickard Nilsson
0dedcdf29d
elasticsearch: Update from 1.3.4 to 1.4.2
2015-01-09 00:04:59 +01:00
Rickard Nilsson
95fdc8cf29
openjdk: Introduce JAVAX_NET_SSL_TRUSTSTORE env
...
This small patch makes it possible to control java's truststore path through
the environment. This lets you add (system- or session-wide) CAs that should
be allowed by Java. Java users can still use -Djavax.net.ssl.truststore to
override the truststore set by JAVAX_NET_SSL_TRUSTSTORE.
Something like this can be used to build the truststore (in this example just
using the standard pkgs.cacert CA-bundle):
{
environment.variables.JAVAX_NET_SSL_TRUSTSTORE = "${
pkgs.runCommand "cacerts" {} ''
${pkgs.perl}/bin/perl \
${pkgs.path}/pkgs/development/compilers/openjdk/generate-cacerts.pl \
${pkgs.jre}/bin/keytool \
${pkgs.cacert}/etc/ca-bundle.crt
mv cacerts $out
''
}";
}
Ideally, the dependency on pkgs.cacert should also be removed from pkgs.openjdk
to avoid rebuilding java each time the standard CA-bundle changes. Something
along the example above must then be added to NixOS (however, it would be
nice to not depend on ${pkgs.jre}/bin/keytool to generate that environment
variable).
2014-12-12 01:14:09 +01:00
Rickard Nilsson
77ff279f27
nixos/services.openssh: Allow knownHost keys to have multiple lines.
...
Useful for adding several public keys of different types for the same host.
2014-11-27 18:40:21 +01:00
Rickard Nilsson
63d9366212
nixos/haveged: Fix incorrect unit configuration (documentation -> Documentation)
2014-11-19 12:56:42 +01:00
Rickard Nilsson
76f065a8de
nixos/riemann: Add option configFiles
2014-11-19 12:56:42 +01:00
Rickard Nilsson
3b6953abdf
Up syslog-ng-incubator to work with syslog-ng 3.6
...
Also disable riemann extension, since it is now part of 3.6.
2014-11-06 21:59:04 +01:00
Rickard Nilsson
71f64ded06
Revert "Revert "syslog-ng: Update from 3.5.6 to 3.6.1""
...
This reverts commit 8e1072fd60 .
2014-11-06 21:59:04 +01:00
Rickard Nilsson
2b3c3d0e32
Fixes to Apache 2.4 configuration
2014-11-06 21:58:40 +01:00
Rickard Nilsson
f2b6b9871f
new package: swaks, a command line SMTP tool
2014-11-05 21:43:25 +01:00
Rickard Nilsson
9123a57e16
Merge pull request #4832 from proger/awscli-1.5.5
...
awscli -> 1.5.5
2014-11-04 18:48:22 +01:00
Rickard Nilsson
f1d7aad20b
stella-libretro: Bump revision
2014-11-04 18:27:40 +01:00
Rickard Nilsson
eaf513da6a
pidgin: Fix compilation errors, clean up
2014-10-30 10:10:48 +01:00
Rickard Nilsson
90d6146d12
gmpc: Fix compilation errors (missing X libs)
2014-10-30 10:10:48 +01:00
Rickard Nilsson
79f99e4578
remarkjs: Update from 0.6.5 to 0.7.0
2014-10-28 14:44:37 +01:00
Rickard Nilsson
b6f505c60a
postfix: Update from 2.11.1 to 2.11.3
2014-10-27 21:48:33 +01:00
Rickard Nilsson
2d58efd3e4
dovecot: Update from 2.2.14 to 2.2.15
2014-10-27 21:24:08 +01:00
Rickard Nilsson
e2ada42623
syslog-ng: Update from 3.5.6 to 3.6.1
...
Also update the NixOS module, syslog-ng now automatically listens to
the systemd journal, so we don't have to set up syslog.socket.
2014-10-27 12:22:22 +01:00
Rickard Nilsson
135d677690
nixos/logrotate: Fix spelling mistake
2014-10-16 08:20:43 +02:00
Rickard Nilsson
91be9d5796
dovecot: Update from 2.2.13 to 2.2.14
2014-10-16 08:14:46 +02:00
Rickard Nilsson
cdba59d0f2
nixos/syslog-ng: Add option configHeader
2014-10-16 08:14:45 +02:00
Rickard Nilsson
2ffe274486
nixos/logrotate: Specify type for config option
2014-10-15 16:52:50 +02:00
Rickard Nilsson
6960149b03
New package: runit 2.1.2
2014-10-15 13:08:22 +02:00
Rickard Nilsson
d1d39dea3d
elasticsearch: Update from 1.3.2 to 1.3.4
2014-10-14 19:06:03 +02:00
Rickard Nilsson
87bcb503aa
kibana: Update from 3.1.0 to 3.1.1
2014-10-14 19:06:03 +02:00
Rickard Nilsson
54a0ac090c
nixos/syslog-ng: Replace option serviceName with listenToJournal. Fix socket activation
2014-10-14 15:38:42 +02:00
Rickard Nilsson
8645fb57de
vimb: Update from 2.7 to 2.8
2014-10-13 13:20:15 +02:00
Rickard Nilsson
1ccb2f76b5
Merge pull request #4078 from edwtjo/libretro-cores-addendum
...
XBMC RetroArch integration and some cores
2014-10-02 20:50:49 +02:00
Rickard Nilsson
f615942664
Syntax fix for xbmc/retroarch in all-packages.nix
2014-10-02 20:09:18 +02:00
Rickard Nilsson
57721a2888
nixos: Add option services.cron.cronFiles
...
This allows you to configure extra files that should be appended to your
crontab. Implemented by writing to /etc/crontab when the cron service starts.
Would be nicer to use a cron that supports /etc/cron.d but that would require
us to patch vixie-cron.
2014-10-01 17:33:38 +02:00
Rickard Nilsson
567084d71c
Merge pull request #4231 from rickynils/install-grub
...
nixos/install-grub: Don't run GrubFs(/nix/store) if copyKernels is true
2014-09-23 18:50:43 +02:00
Rickard Nilsson
5be23fe888
nixos/install-grub: Don't run GrubFs(/nix/store) if copyKernels is true
2014-09-23 14:34:44 +02:00
Rickard Nilsson
a59df1e567
nixos: Add also group.members to group
2014-09-22 19:18:08 +02:00
Rickard Nilsson
8fc777ffd6
syslog-ng module: Add package option
2014-09-17 19:48:51 +02:00
Rickard Nilsson
1dab096432
lirc: Update from 0.9.1 to 0.9.1a
2014-09-16 13:53:18 +02:00
Rickard Nilsson
66bbbc205d
nixos/nfs: Fix configuration merge
2014-09-16 13:53:18 +02:00
Rickard Nilsson
8dd1abe3fa
chrony: Update from 1.30 to 1.31
2014-09-16 13:53:18 +02:00
Rickard Nilsson
f463f3813d
wal-e: Update from 0.6.9 to 0.6.10
2014-09-16 13:53:18 +02:00
Rickard Nilsson
155053bcd9
diod: Update from 1.0.22 to 1.0.23
2014-09-16 13:53:18 +02:00
Rickard Nilsson
56d9f10682
mopdiy: Update from 0.19.3 to 0.19.4
2014-09-16 13:53:17 +02:00
Rickard Nilsson
da9ef1ddaa
Merge pull request #3999 from ip1981/master
...
Updated Mediawiki to 1.23.3
2014-09-07 18:02:05 +02:00
Rickard Nilsson
66ee6e03e7
pulseaudio: Use group audio instead of pulse-access
2014-09-03 13:24:47 +02:00
Rickard Nilsson
56102642fa
pulseaudio: Add pulse-access group, controlling access to the system-wide PA daemon
2014-09-03 10:25:36 +02:00
Rickard Nilsson
704e91bab0
Fix syntax error in nixos/lib/build-vms.nix, introduced by 86c0f8c
2014-08-30 19:54:37 +02:00
Rickard Nilsson
aac781c0f6
Merge pull request #3854 from ip1981/master
...
Made Mediawiki rewrite rules work for virtual hosts
2014-08-29 14:23:06 +02:00
Rickard Nilsson
8c78986553
Some pkgs.lib -> lib fixes
2014-08-25 14:40:40 +02:00
Rickard Nilsson
684e8b241e
Merge pull request #3780 from ip1981/master
...
Fixed rewrite rules for Mediawiki
2014-08-25 12:46:08 +02:00
Rickard Nilsson
85ec51a4ff
vimb: Update from 2.6 to 2.7
2014-08-24 01:50:31 +02:00
Rickard Nilsson
b1d225b645
Add NixOS module for the Riemann dashboard server
2014-08-23 17:40:22 +02:00
Rickard Nilsson
e9252cb35e
Add NixOS module for Riemann monitoring server.
2014-08-23 17:40:22 +02:00
Rickard Nilsson
aafb5aafe4
libvirt-python: Update from 1.2.5 to 1.2.7
2014-08-23 12:55:24 +02:00
Rickard Nilsson
9bec5e1288
New package: riemann 0.2.6
2014-08-23 12:49:10 +02:00
Rickard Nilsson
52b53dc370
ruby gems: Add riemann-dash
2014-08-23 12:41:49 +02:00
Rickard Nilsson
01560400aa
libvirt: Update from 1.2.5 to 1.2.7
2014-08-23 12:41:49 +02:00
Rickard Nilsson
81ad94ce51
bedup: Update from 20140206 to 20140413
2014-08-21 03:01:53 +02:00
Rickard Nilsson
16bbf00851
munge: Update from 0.5.10 to 0.5.11
2014-08-20 17:07:54 +02:00
Rickard Nilsson
bf0e265a61
diod: Update from 1.0.21 to 1.0.22
2014-08-20 16:10:20 +02:00
Rickard Nilsson
5c9157b329
riemann-c-client: Update from 1.2.0 to 1.2.1
2014-08-20 16:04:10 +02:00
Rickard Nilsson
7c06bb13be
re2c: Fix license reference
2014-08-20 15:30:18 +02:00
Rickard Nilsson
c5c1a243fa
nixUnstable: Update to nix-1.8pre3748_02843ba
2014-08-18 16:44:51 +02:00
Rickard Nilsson
c00ab086d5
remarkjs: Update from 0.6.4 to 0.6.5
2014-08-13 12:03:51 +02:00
Rickard Nilsson
baafb5b8cd
vimb: Update from 2.4 to 2.6
2014-08-13 12:03:24 +02:00
Rickard Nilsson
4ddc38f50a
mopdiy-moped: Update from 0.3.1 to 0.3.3
2014-08-13 12:03:03 +02:00
Rickard Nilsson
3553798cfb
mopdiy: Update from 0.19.0 to 0.19.3
2014-08-13 12:02:34 +02:00
Rickard Nilsson
bdea35d98b
obnam: Update from 1.6.1 to 1.8
2014-08-12 13:32:24 +02:00
Rickard Nilsson
ee2eb140af
Merge pull request #3550 from sol/update-hspec
...
Update haskell-hspec and related packages
2014-08-12 09:13:40 +02:00
Rickard Nilsson
66858833e3
mopidy: Add mopidy-scan service for scanning local media
2014-08-12 01:40:44 +02:00
Rickard Nilsson
7b5829c314
Add NixOS module for syslog-ng
2014-08-11 15:06:11 +02:00
Rickard Nilsson
629f7d055a
mpd: Update from 0.18.11 to 0.18.12
2014-08-08 19:14:35 +02:00
Rickard Nilsson
a01862a4b6
nslcd nixos service: Should be wantedBy multi-user, otherwise not started if activated on running server (only starts on bootup)
2014-08-08 17:40:14 +02:00
Rickard Nilsson
c59a602465
chrony: Update from 1.29.1 to 1.30
2014-08-06 14:08:08 +02:00
Rickard Nilsson
0dd1551806
syslog-ng: Update from 3.5.4.1 to 3.5.6
2014-08-06 12:10:07 +02:00
Rickard Nilsson
f4cd161e9b
syslog-ng-incubator: Update from 0.3.1 to 0.3.3
2014-08-06 12:09:08 +02:00
Rickard Nilsson
d958692420
riemann-c-client: Update from 1.1.1 to 1.2.0
2014-08-06 12:08:41 +02:00
Rickard Nilsson
534a01c2b0
amazon ec2: Make fetch-ec2-data more robust
...
curl does not retry if it is unable to connect to the metadata server.
For some reason, when creating a new AMI with a recent nixpkgs, the
metadata server would not be available when fetch-ec2-data ran. Switching
to wget that can retry even on TCP connection errors solved this problem.
I also made the fetch-ec2-data depend on ip-up.target, to get it to start
a bit later.
2014-08-05 15:12:26 +02:00
Rickard Nilsson
55e6d092ca
ec2-ami-tools: Update from 1.4.0.9 to 1.5.3
2014-08-05 01:25:16 +02:00
Rickard Nilsson
ced7fc37c2
virtualbox-image: Make the image size configurable
2014-08-04 11:29:51 +02:00
Rickard Nilsson
2b8b29c3dd
spotify: Update from 0.9.10.17 to 0.9.11.27 (x86_64)
2014-07-29 11:56:29 +02:00
Rickard Nilsson
f5d0d8dbf1
elasticsearch: Fix error in NixOS module, systemd ExecStart path must be absolute.
2014-07-28 20:12:19 +02:00
Rickard Nilsson
212f476c97
Add NixOS module for Mopidy, a music player daemon
2014-07-28 19:52:32 +02:00
Rickard Nilsson
ccc22bb662
New package: mopidy-moped, a web client for the mopidy music player daemon
2014-07-28 19:51:08 +02:00
Rickard Nilsson
5b3f2e9a5e
mopidy-spotify: Update from 1.1.3 to 1.2.0
2014-07-28 19:49:41 +02:00
Rickard Nilsson
f5905b5fd3
mopdiy: Update from 0.18.3 to 0.19.0
2014-07-28 19:49:10 +02:00
Rickard Nilsson
89a0bf43d1
mopidy: Update from 0.15.0 to 0.18.3
...
Also add the mopidy-spotify extension.
2014-07-12 09:34:52 +02:00
Rickard Nilsson
6a2a8dc788
pythonPackages.pykka: Update from 1.1.0 to 1.2.0
2014-07-12 09:34:52 +02:00
Rickard Nilsson
233825760c
New pkg: syslog-ng-incubator
...
A collection of tools and modules for syslog-ng
2014-07-07 23:58:24 +02:00
Rickard Nilsson
0ee69ef529
New pkg: riemann-c-client version 1.1.1
...
A C client library for the Riemann monitoring system
2014-07-07 23:58:24 +02:00
Rickard Nilsson
03a3246bc1
Merge pull request #3177 from ip1981/master
...
Updated Mediawiki to 1.23.1
2014-07-04 18:11:32 +02:00
Rickard Nilsson
c11d9daa58
syslog-ng: Add perl to buildInputs so perl scripts in output are fixed correctly
2014-06-25 13:44:31 +02:00
Rickard Nilsson
41f5e0121c
syslog-ng: Enable systemd support
2014-06-24 23:52:54 +02:00
Rickard Nilsson
9ff0b303ff
elasticsearch: Add option specifying extra command line options
2014-06-24 11:01:28 +02:00
Rickard Nilsson
94deea2035
nixos: Add option hardware.sane.configDir
2014-06-24 10:52:12 +02:00
Rickard Nilsson
3bf8199613
Merge pull request #3070 from proger/glusterfs-3.5
...
glusterfs: update to 3.5.0
2014-06-23 16:33:37 +02:00
Rickard Nilsson
7dc09de565
libvirt: Update from 1.2.4 to 1.2.5
2014-06-12 22:11:31 +02:00
Rickard Nilsson
75ec418ec8
Merge pull request #2893 from soenkehahn/master
...
New Haskell packages
2014-06-11 10:04:00 +02:00
Rickard Nilsson
756a3111dc
Merge pull request #2891 from sol/master
...
Update haskell-hspec to version 1.10.0
2014-06-11 09:18:19 +02:00