Bjørn Forsman
7334ecd41a
nixos/elasticsearch: rename 'host' to 'listenAddress'
...
More descriptive option name.
2015-12-24 00:28:09 +01:00
Bjørn Forsman
46924e77a2
nixos/sslh: rename 'host' to 'listenAddress'
...
More descriptive option name.
2015-12-24 00:23:51 +01:00
Bjørn Forsman
6c2fc3a5ac
nixos/shout: rename 'host' to 'listenAddress'
...
More descriptive option name.
2015-12-24 00:22:47 +01:00
Bjørn Forsman
19aed49163
nixos/statsd: rename 'host' to 'listenAddress'
...
More descriptive option name.
2015-12-24 00:20:56 +01:00
Bjørn Forsman
8b9f3c8c35
nixos/graphite: rename 'host' to 'listenAddress'
...
More descriptive option name.
2015-12-24 00:20:39 +01:00
Bjørn Forsman
38ca880612
nixos/cadvisor: rename 'host' to 'listenAddress'
...
More descriptive option name.
2015-12-24 00:14:40 +01:00
Bjørn Forsman
6b10df7eaa
nixos/subsonic: rename 'host' to 'listenAddress'
...
More descriptive option name.
2015-12-24 00:13:15 +01:00
Bjørn Forsman
e0b0b9723c
nixos/docker-registry: rename 'host' to 'listenAddress'
...
More descriptive option name.
2015-12-24 00:06:40 +01:00
Bjørn Forsman
79367816a9
nixos/mpd: rename 'host' to 'listenAddress'
...
More descriptive option name.
2015-12-24 00:04:04 +01:00
Bjørn Forsman
873a9202f6
nixos/neo4j: rename 'host' to 'listenAddress'
...
More descriptive option name.
2015-12-24 00:01:02 +01:00
Bjørn Forsman
b2d0886b37
nixos/jenkins: fix typo in docstring (s/adress/address/)
2015-12-23 23:49:01 +01:00
Bjørn Forsman
c6b251f5d5
nixos/jenkins: rename option 'host' to 'listenAddress'
...
I think the name 'listenAddress' is more descriptive. Other NixOS
modules that define 'host' either use it as listen address or as address
a client connects to. listenAddress is unambiguous.
The addition of 'host' was added earlier today[1], so not bothering with
./nixos/modules/rename.nix.
[1]: 44ea184997
("jenkins ci enhancement: add port and prefix option")
2015-12-23 23:48:49 +01:00
Augustin Borsu
1c120c55fb
jenkins-job-builder fix: use prefix and host from jenkins cfg, fixes #11897
2015-12-23 11:39:32 +01:00
Augustin Borsu
44ea184997
jenkins ci enhancement: add port and prefix option
...
As named these options enable to specify a bind host and url prefix
to be used by jenkins. Adding these options in the config rather than
using extra arguments allows us to re-use those information in other
services using jenkins such as jenkins-job-builder or a reverse proxy.
2015-12-23 11:38:57 +01:00
Jakob Gillich
db1086f3a1
gnome3: removed duplicate line, fixes #11891
2015-12-23 02:06:30 +01:00
Nikolay Amiantov
0d7c0efa7d
udisks2: fix udev rules file ( close #11743 )
...
This properly hides system partitions (like EFI or Windows recovery) from UDisks.
2015-12-22 08:09:34 +01:00
Kevin Cox
3acf8132c3
murmur: sslCa and extraConfig options, fixes #11419
2015-12-22 01:28:39 +01:00
Kevin Cox
a2fb70b6df
Fix fleet certfile argument, fixes #11794
2015-12-22 01:24:47 +01:00
Kevin Cox
d038464e6e
Use the right prefix for fleet extra config.
2015-12-22 01:24:28 +01:00
Thomas Strobel
2b9b9dc611
nixos cups-browsed: better link to avahi-daemon
...
Link cups browsed daemon to reload or exit with the avahi-daemon.
2015-12-21 18:20:52 +01:00
Thomas Strobel
cdd7310a50
nixos avahi-daemon: add new option declarations
...
Add new option declarations to control what information is published
by the avahi daemon. The default values are chosen to respect the
privacy of the user over the connectivity of the system.
2015-12-21 18:20:35 +01:00
Thomas Tuegel
298c4befda
phonon-backend-vlc: normalize attribute name to upstream
2015-12-20 08:03:26 -06:00
Thomas Tuegel
27c522cc3b
phonon-backend-gstreamer: normalize attribute name to upstream
2015-12-20 08:02:42 -06:00
Rickard Nilsson
c634e5cd24
Merge pull request #11730 from spwhitt/mopidy
...
Mopidy Improvements
2015-12-17 20:42:13 +01:00
Peter Simons
8f575eb0bf
Merge pull request #11573 from hrdinka/refactor/dovecot
...
dovecot service: refactor module
2015-12-17 14:32:19 +01:00
Eelco Dolstra
b475afcf60
Merge pull request #11228 from ocharles/x-ctrl-alt-backspace
...
services.xserver: Disable Ctrl+Alt+Backspace by default
2015-12-17 11:49:54 +01:00
Thomas Tuegel
06f491d762
nixos/xserver: fix typos
2015-12-16 10:22:44 -06:00
Thomas Tuegel
cc058eff70
kde5_latest: merge all package sets
...
The three KDE package sets now have circular dependencies between them,
so they can only be built if they are merged into a single package set
during evaluation.
2015-12-16 10:22:43 -06:00
Oliver Charles
35f8952a8c
Merge pull request #11338 from obadz/light-locker
...
light-locker (lockscreen for lightdm)
2015-12-16 13:45:05 +00:00
Spencer Whitt
3bc477e2f2
mopidy module: use buildEnv fixes #11706
2015-12-15 22:38:15 -05:00
obadz
9be012f0d4
lightdm & xserver service: add ability to spawn more than one X server
...
- if xserver.tty and/or display are set to null, then don't specify
them, or the -logfile argument in the xserverArgs
- For lightdm, we set default tty and display to null and we determine
those at runtime based on arguments passed. This is necessary because
we run multiple X servers so they can't all be on the same display
2015-12-15 08:49:28 -06:00
Arseniy Seroka
7bb418e02c
Merge pull request #11681 from jgillich/upnpd-fw
...
miniupnpd: firewall config
2015-12-13 23:03:11 +03:00
JC Brand
b5b9b03518
clamav: improvements
...
- Add new service for `clamd`, the ClamAV daemon.
- Replace the old upstart "jobs" section with systemd.services
- Remove unnecessary config options.
- Use `mkEnableOption`
2015-12-13 15:55:56 +00:00
Jakob Gillich
0f1de2ea9f
miniupnpd: firewall config
2015-12-13 16:44:58 +01:00
JC Brand
36e1e3a8a6
clamav: Fixed indentation.
2015-12-13 15:13:12 +00:00
Thomas Tuegel
d6e3a8e921
nixos/kde5: enable SVG icons in GTK programs
...
Fixes #10758 .
2015-12-12 14:35:10 -06:00
goibhniu
6a4b71afa5
Merge pull request #11294 from mayflower/service/shairport-sync
...
shairport-sync service: add module
2015-12-12 20:37:44 +01:00
Franz Pletz
6734127545
shairport-sync service: add module
...
Adds a new service module for shairport-sync. Tested with a local
and remote pulseaudio server. Needs to be run as a user in the pulse group
to access pulseaudio.
2015-12-12 20:30:47 +01:00
Thomas Tuegel
fac138a2f5
nixos/sddm: fix indentation
2015-12-12 11:36:45 -06:00
Thomas Tuegel
b07fa98f82
nixos/sddm: add setupScript and stopScript options
...
These options allow setting the start and stop scripts for the display
manager. Making these configurable is necessary to allow some hardware
configurations. Upstream ships empty scripts by default, anyway.
2015-12-12 11:31:26 -06:00
Thomas Tuegel
b858a32d27
nixos/kde5: enable Breeze SDDM theme
2015-12-11 07:09:08 -06:00
Thomas Tuegel
78a6d62b48
sddm: wrap to include themes
2015-12-11 07:09:07 -06:00
Thomas Tuegel
8a1682ce3f
nixos/kde5: reformat Phonon backend package list
2015-12-11 07:08:33 -06:00
Thomas Tuegel
92a484bdf2
nixos/kde5: install Breeze icons if available
2015-12-11 07:08:33 -06:00
Thomas Tuegel
9b7ae36087
nixos/kde5: only install Orion if Breeze GTK unavailable
2015-12-11 07:08:33 -06:00
Thomas Tuegel
521d9e5064
nixos/kde5: comment on Oxygen icons move
2015-12-11 07:08:33 -06:00
Arseniy Seroka
bc8d08a511
Merge pull request #11548 from jgillich/upnpd
...
miniupnpd: add service
2015-12-10 23:32:51 +03:00
Ricardo M. Correia
3f842516a1
nixos.transmission: fix apparmor profile
2015-12-10 19:00:08 +01:00
Christoph Hrdinka
3f4276369e
dovecot service: refactor module
2015-12-10 01:08:50 +01:00
Jakob Gillich
29871ee2dd
miniupnpd: add service
2015-12-09 00:28:41 +01:00