Joachim F
767a8b2e9a
Merge pull request #26073 from florianjacob/piwik-package
...
piwik & piwik service: init at 3.0.4
2017-06-27 20:51:16 +01:00
Joachim F
8791cad96b
Merge pull request #26598 from moretea/mysql-add-bind-option
...
mysql module: add option to bind to an address
2017-06-27 19:43:41 +01:00
Domen Kožar
4dadb12a63
hydra: restart daemons on config change
...
https://github.com/NixOS/hydra/pull/491
2017-06-27 17:09:13 +02:00
Calvin Cheng
3270545094
rethinkdb service: initial implementation
2017-06-27 02:09:15 +02:00
Franz Pletz
271d3f7a43
prometheus service: globalConfig.labels is obsolete
...
Due to the version bump in e60c958811
.
2017-06-27 01:53:03 +02:00
Peter Simons
003cd41310
zsh: extend default $fpath configured by NixOS to find "vendor-completions"
2017-06-26 10:50:52 +02:00
tv
ea44ca47f3
security-wrapper: run activation script after specialfs
...
Ensures that parentWrapperDir exists before it is used.
Closes #26851
2017-06-26 09:26:16 +02:00
Pascal Bach
aa66c9ad37
minio service: add inital service
...
features:
- change listen port and address
- configure config and data directory
- basic test to check if minio server starts
2017-06-26 04:07:37 +02:00
michael bishop
bb16bced36
toxvpn: 20161230 -> 2017-06-25
2017-06-25 20:17:20 -03:00
Kai
9929e83607
systemd-boot-builder.py: add support for profiles ( #26318 )
...
* systemd-boot-builder.py: add support for profiles
This will also list the generations of other profiles than `system` in
the boot menu. See the documentation of the `--profile-name` option of
nixos-rebuild for more information on profiles.
* Fix errors introduced by previous commit
2017-06-24 20:33:34 +01:00
Daiderd Jordan
c0cdf58807
plex: fix preStart permissions
2017-06-24 18:48:47 +02:00
Samuel Leathers
5d7fd7e7fa
mailhog: init at 1.0.0 ( #26821 )
...
* mailhog: init at 1.0.0
* formatting nitpicks
2017-06-24 17:05:34 +01:00
André-Patrick Bubel
d859769f26
nixos: replaced "userns" with "user namespaces" for clarity
...
"userns" wasn't introduces as an abbreviation elsewhere as far as I can see, and I wasn't sure what was meant at first.
2017-06-22 22:04:34 +02:00
Joachim Schiele
3d52203ab2
sshd.nix: Added nixops usage warning of openssh.authorizedKeys.keys usage
2017-06-22 11:50:09 +02:00
aszlig
44c64fef16
nixos/xserver: Improve checking keyboard layout
...
Enumerating the symbols directory doesn't include variants, so we're now
basically doing what "localectl list-x11-keymap-layouts" does but we use
sed instead.
The reason I'm not using localectl directly is because the path to
rules/base.lst is hardcoded in the systemd source.
Of course, the XKB specification allows for much more complicated rules,
but at least this should cover the most basic ones including variants.
So the sed expression itself is just for listing the available layouts
and variants and we use a grep with -xF to match only full lines without
interpreting regular expressions.
This should again allow to set "dvorak" as the layout option.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @lheckemann
Fixes : #25526
2017-06-22 03:24:28 +02:00
Domen Kožar
7bd918b364
hydra-evaluator: depend on jq
2017-06-21 15:35:07 +02:00
Eelco Dolstra
5446934b41
nix: 1.11.10 -> 1.11.11
...
(cherry picked from commit 7b1e936b24
)
2017-06-19 19:03:39 +02:00
Florian Jacob
55844c8380
piwik & piwik service: init at 3.0.4
2017-06-19 16:00:17 +02:00
Franz Pletz
ba1330b12e
Merge pull request #26605 from mayflower/disable-ssh-agent
...
ssh module: disable agent by default
2017-06-18 22:03:59 +02:00
Jörg Thalheim
96eaad8fd4
Merge pull request #26697 from kirelagin/nsd-stderr
...
nsd: Send stderr to /dev/null
2017-06-18 16:53:36 +01:00
Jörg Thalheim
f36cdf1171
Merge pull request #26675 from kirelagin/bind-rndc
...
bind: Use rndc to control the daemon
2017-06-18 16:30:02 +01:00
Kirill Elagin
13d026e219
bind: Use rndc to control the daemon
2017-06-18 17:29:29 +03:00
Thomas Tuegel
dab7700f6c
qt58: determine plugin and import paths from PATH
...
Plugin and QML import paths were previously determined by NIX_PROFILES. Using
PATH instead allows Qt applications to work under nix-shell without further
modification.
2017-06-18 08:44:47 -05:00
Thomas Tuegel
faf0d3e91d
kdeFrameworks: fixup inputs and outputs
...
- Reduce environment pollution with a separate $bin output containing programs,
plugins, and shared data. Libraries remain in $out and are not installed into
the environment.
- Only propagate build inputs as required.
2017-06-18 08:44:45 -05:00
Thomas Tuegel
870c07cc2b
sddm: take themes from system environment
2017-06-18 08:43:39 -05:00
Thomas Tuegel
be7b7d908f
Remove kdeWrapper
2017-06-18 08:43:39 -05:00
Thomas Tuegel
3f3d33a078
qt5: use distinct lib/qt-5.x
prefix for each minor version
...
Using a distinct prefix for plugins and QML libraries allows multiple Qt 5 minor
versions to coexist in the same environment.
2017-06-18 08:41:57 -05:00
Kirill Elagin
e66d2753f3
nsd: Send stderr to /dev/null
...
nsd by default logs _both_ to syslog and to standard error which results
in all the messages ending up in the journal twice, the ones from stderr
with an ugly timestamp sticked in front of them.
2017-06-18 15:31:34 +03:00
Joachim F
0b7c4c1900
Merge pull request #26170 from kirelagin/wlan-fix
...
wirelessInterfaces: Add a missing parameter
2017-06-17 15:31:22 +01:00
Vladimír Čunát
c416641d4d
Merge #26657 : nixos security.wrappers: fix a typo
...
Fixes #26611 .
2017-06-17 10:00:52 +02:00
Niklas Hambüchen
aa645b51ba
jenkins service: Add extraJavaOptions.
...
This is useful for the common case of passing arguments to
the JVM that runs Jenkins.
2017-06-16 09:23:11 +02:00
Parnell Springmeyer
5ca644c228
Fixing attribute name mistake: setguid => setgid
2017-06-15 19:25:43 -07:00
Roger Qiu
1b6176e45b
gnupg module: Added extra and browser sockets ( #26295 )
...
Also added dirmngr and made SSH support false by default
due to programs.ssh.startAgent defaulting to true.
2017-06-15 19:40:09 +02:00
Franz Pletz
994ffc01a0
ssh module: disable agent by default
2017-06-15 19:27:01 +02:00
Maarten Hoogendoorn
d847b5c763
mysql module: add option to bind to an address
2017-06-15 16:08:15 +02:00
Ekaterina Vaartis
c0df448d54
apache-httpd: fix mod_perl by refering to apacheHttpdPackages ( #26579 )
2017-06-15 13:07:14 +02:00
Pascal Bach
c9802321c1
cntlm service: cleanup non working config options ( #26578 )
...
- extraConfig was not working
- add possibility to add cntlm.conf in verbatime form
- create cntlm user as system user
- add no proxy option
2017-06-15 12:11:48 +02:00
Edward Tjörnhammar
3dcecf09fc
Remove aiccu package and service due to sunsetting.
...
https://www.sixxs.net/main/
2017-06-15 06:58:08 +02:00
Joachim Schiele
ca17f3b8ef
hostapd dependency fix for https://github.com/nixos/nixpkgs/issues/16090 ( #26573 )
2017-06-14 16:44:46 +02:00
Maximilian Bosch
3803864ca6
thefuck: init at 3.18 ( #26529 )
2017-06-14 09:57:38 +01:00
Joachim F
631ec734eb
Merge pull request #26460 from romildo/fix.nixos-artwork
...
nixos-artwork: add more wallpapers
2017-06-13 23:20:52 +01:00
Bas van Dijk
2444eab485
ELK: update kibana and the elastic beats to 5.4 ( #26252 )
...
* Add kibana5 and logstash5
* Upgrade the elastic beats to 5.4
* Make sure all elastic products use the same version
(see elk5Version)
* Add a test for the ELK stack
2017-06-13 22:36:08 +02:00
Taylor "Nekroze" Lawson
9fb87f9c9d
Kubernetes ABAC policy file fix ( #26499 )
...
Fix the incorrect nix map that generates the Kubernetes policy file
2017-06-13 21:54:36 +02:00
Franz Pletz
ac5258edb2
caddy service: don't use extra dotdir in dataDir
2017-06-13 21:21:59 +02:00
Franz Pletz
071815cb24
caddy service: sync with upstream systemd unit
...
Increases security and fixes minor issues.
2017-06-13 21:21:59 +02:00
Joachim F
76430ecd9f
Merge pull request #25701 from mayflower/elasticsearch_postStart_script_removal
...
elasticsearch service: remove postStart script
2017-06-13 00:13:05 +01:00
Eelco Dolstra
0bffe03828
nix: 1.11.9 -> 1.11.10
2017-06-12 20:13:27 +02:00
Robin Gloster
c5467a16c4
errbot module: needs network-online to connect properly
2017-06-12 17:44:42 +02:00
Vladimír Čunát
32916ab1de
Merge older staging
...
Enough rebuilds have finished on Hydra now.
2017-06-11 09:01:08 +02:00
Bjørn Forsman
5b48368386
nixos/bcache: add services.udev.packages = [ bcache-tools ]
...
Adds /dev/disk/by-{id,label}/* symlinks for bcache device nodes, in the
final rootfs.
Symlinks will only be created for bcache devices that contain
filesystems. So if you have a blank bcache device or run LVM on top of
bcache you will not get this kind of symlink.
2017-06-10 17:10:49 +02:00