Thomas Tuegel
b70837e054
nixos/plasma5: set system-wide QT_PLUGIN_PATH
2017-04-28 05:54:18 -05:00
Alexey Shmalko
a012b15f87
Merge pull request #25181 from indiscipline/aria2.service
...
Implement aria2 service for controlling a daemon via rpc.
2017-04-28 12:37:06 +03:00
Judson Lester
0d72629570
nixos/display-managers: Quote "$vars" ( #25199 )
2017-04-27 18:01:48 +02:00
Andrew Martin
e289b94fbe
graphite service: no recursive chown when starting ( #24442 )
...
Fixes #24444
2017-04-27 17:33:42 +02:00
Kirill
64a7be7f3c
Merge branch 'master' into aria2.service
2017-04-27 17:50:13 +03:00
Kirill
31c4498a47
Fix indentation. Fix openPorts option default to false.
2017-04-27 17:13:27 +03:00
Graham Christensen
bdd89faebb
Revert "openvpn service: source up/down scripts"
...
This reverts commit 50ad243f78
.
2017-04-26 12:32:59 -04:00
Tristan Helmich
50ad243f78
openvpn service: source up/down scripts
...
source the up/down scripts instead of executing them to avoid loosing
access to special variables like $1
2017-04-25 13:18:54 -04:00
Edward Tjörnhammar
45470c65f5
nixos: static ids for jackett, radarr, sonarr
2017-04-25 12:08:21 +02:00
Franz Pletz
e74ea4282a
avahi service: add reflector option
2017-04-24 21:06:42 +02:00
Edward Tjörnhammar
0277345265
nixos, i2pd: remove, no longer needed, extip hack
2017-04-24 20:49:13 +02:00
Kirill
7a6738fefc
Implement aria2 service for controlling a daemon via rpc.
2017-04-24 18:50:40 +03:00
aszlig
83e1400e0c
nixos/slim: Implement logging to journal
...
The main change here is a patch of SLiM to tread a log file of
/dev/stderr specially in that it now uses std::cerr instead of a file
for logging.
This allows us to set the logfile to stderr in NixOS for the generated
SLiM configuration file and we now get logging to the systemd journal.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-04-23 19:25:23 +02:00
Jörg Thalheim
44c3726dca
fcron: install systab
...
fixes #25072
2017-04-23 11:44:04 +02:00
Michael Weiss
e1244f6e8a
Revert "display-manager: fix argument handling of sddm"
...
This reverts commit 6b7c5ba535
.
Unfortunately it seems like this broke slim, lightdm and gdm (see #25068
and #23264 ). This is already reverted in the 17.03 branch (99dfb6d
).
TODO: We need tests for slim and lightdm and fix the test for gdm
(failing since 2016-10-26) to prevent such breakage in the future.
2017-04-23 03:19:07 +02:00
Benno Fünfstück
855155083a
Merge pull request #24755 from LumiGuide/bepasty-secretKeyFile
...
bepasty: add secretKeyFile option
2017-04-22 00:07:04 +02:00
Marius Bergmann
6572f5e81b
keepalived service: init ( #22755 )
2017-04-20 12:50:59 +01:00
Benno Fünfstück
149656581d
Merge pull request #24601 from pbogdan/unclutter
...
unclutter: Fix default value of $DISPLAY
2017-04-19 18:40:43 +02:00
Jörg Thalheim
6b7c5ba535
display-manager: fix argument handling of sddm
...
previously session type was not correctly set.
fixes #23264
2017-04-18 01:41:17 +02:00
John Ericson
37e5e71fdf
Merge pull request #24974 from Ericson2314/mapNullable
...
Introduce `mapNullable` into lib and use it in a few places
2017-04-17 17:12:14 -04:00
John Ericson
85aa5005af
Introduce mapNullable
into lib and use it in a few places
...
Also simply some configure flag logic my grep also alerted me too.
2017-04-17 17:04:04 -04:00
Christian Kögler
d2e46b9f70
dhcpcd service: clear exit code of exitHook ( #24909 )
...
* dhcpcd: clear exit code of exitHook
* dhcpcd: restart ntp server in oneshot in exit-hook
2017-04-16 20:10:44 +02:00
Jörg Thalheim
16f5bc07f8
Merge pull request #24948 from peterhoeg/m/bluetooth
...
bluetooth: use upstream's recommendation for enabling interfaces
2017-04-16 18:09:51 +02:00
Joachim F
2db0cf0897
Merge pull request #24900 from pjones/pjones/plex-service
...
plex: Don't overwrite primary database on restart
2017-04-16 13:09:26 +01:00
Peter Hoeg
99d4ed5861
bluetooth: use upstream's recommendation for enabling interfaces
...
bluez no longer recommends spawning "hciconfig <device> up" from a udev rule as
the main bluez daemon now supports automatically enabling power for all devices.
Reference: http://www.bluez.org/release-of-bluez-5-35/
2017-04-16 16:57:11 +08:00
edef
27e750e29b
etcd module: fix extraConf manual link
2017-04-16 00:26:23 +02:00
Jaka Hudoklin
a98c26cdc4
Merge pull request #24921 from peterhoeg/f/k8s
...
kubernetes: fix interpolation error and move services to own target
2017-04-15 10:43:25 +02:00
Peter Jones
5a50b26662
plex: Don't overwrite primary database on restart
...
This change fixes two major issues:
1. If you don't use SIGQUIT to stop Plex it will corrupt its own
database :(
2. Newer versions of Plex keep metadata in the
`com.plexapp.plugins.library.db` database. This is the file that
we copy into `/var/lib/plex/.skeleton`. If we copy the empty
database on top of this one the user will lose their entire
library metadata. This change skips the copy if the file
already exists.
2017-04-14 11:19:29 -07:00
Vladimír Čunát
2090aa4f65
Merge: fixup a bad merge
...
For details see:
https://github.com/NixOS/nixpkgs/commit/24444513fb5#commitcomment-21767916
2017-04-14 19:11:17 +02:00
Thomas Tuegel
48b5b77bb7
Merge pull request #24813 from benley/nm-openvpn
...
nixos: Add nm-openvpn to the networkmanager group
2017-04-14 05:44:01 -05:00
Vladimír Čunát
5b3f807597
Merge #24179 : openssh: 7.4p1 -> 7.5p1
2017-04-14 12:16:26 +02:00
Vladimír Čunát
da20d0e488
murmur service: fix typos from #24830
2017-04-14 11:05:42 +02:00
Vladimír Čunát
24444513fb
Merge branch 'staging'
2017-04-14 10:32:13 +02:00
Daniel Peebles
09a9a472ee
Merge pull request #24830 from mayflower/refactor/boolToString
...
treewide: use boolToString function
2017-04-13 09:45:31 -04:00
Peter Hoeg
a3ee3b51d7
k8s: use slice and target for kubernetes
2017-04-13 19:32:10 +08:00
Peter Hoeg
bf4be8f1dd
k8s: convert int to string to avoid interpolation error
2017-04-13 19:31:43 +08:00
Jörg Thalheim
5ca7e8a69a
fcron: do not chmod at all
...
fcron does handle permissions on its own correctly
2017-04-13 12:28:19 +02:00
Tristan Helmich
13e9cc15f1
smokeping service: restart on-failure
2017-04-12 15:23:19 +02:00
Bjørn Forsman
d916ce2ef4
nixos/lighttpd: set $HOME for gitweb sub-service
...
This allows gitweb to expand '~' in /etc/gitconfig. Without a $HOME
variable, it fails to list any projects and instead show the text
"No such projects found" in the UI.
Setting $HOME to the gitweb project root seems like a sensible value.
2017-04-11 22:54:31 +02:00
Franz Pletz
3ab45f4b36
treewide: use boolToString function
2017-04-11 18:18:53 +02:00
Benjamin Staffin
47a5f9acee
nixos: Add nm-openvpn to the networkmanager group
...
This is to satisfy the polkit restriction limiting
org.freedesktop.NetworkManager.* dbus messages to members of that
group.
Should help with #24806
2017-04-10 22:41:55 -04:00
Aneesh Agrawal
769b991be6
openssh: 7.4p1 -> 7.5p1
...
Release notes are available at https://www.openssh.com/txt/release-7.5 .
Mostly a bugfix release, no major backwards-incompatible changes.
Remove deprecated `UsePrivilegeSeparation` option,
which is now mandatory.
2017-04-10 19:39:22 -04:00
Nikolay Amiantov
c8c340b05a
tlp service: mask systemd-rfkill
...
Fixes #24737 .
2017-04-11 02:09:29 +03:00
Franz Pletz
f1f9020224
crowd service: fix secure sso cookies
...
Crowd didn't detect a secure connection before.
2017-04-10 15:39:37 +02:00
Franz Pletz
4f0dd2f746
prometheus service: add scrapeConfigs.params option
2017-04-10 14:31:27 +02:00
pngwjpgh
773c456ef4
networkmanager: fix dispatcher scripts ( #24507 )
...
networkmanager used `source` to mean `text` and wrote dispatcher scripts with the default mode (0666), which means networkmanager wouldn't call them.
2017-04-09 13:14:04 +01:00
Bas van Dijk
01a8de97eb
avahi-daemon: refactored using some abstraction
2017-04-09 11:18:53 +02:00
Bas van Dijk
ecf03368f8
bepasty: add secretKeyFile option
...
This gives users the option to store secrets outside the
world-readable Nix store.
2017-04-08 19:32:19 +02:00
Michael Raskin
861726579b
Merge pull request #24008 from phile314/slimserver
...
slimserver: Init at 7.9.0 (pkg + module)
2017-04-08 17:43:41 +02:00
Aristid Breitkreuz
4ca22140d9
Merge pull request #24669 from gnidorah/master2
...
autorandr: 53d29f9 -> 855c18b and module
2017-04-08 12:17:57 +02:00