Joachim F
a00a880572
Merge pull request #27055 from jfrankenau/mpd-startWhenNeeded
...
mpd service: Start when needed and harden
2017-07-09 09:34:31 +01:00
Valentin Shirokov
163393865f
Style optimizations
2017-07-09 08:56:36 +03:00
Valentin Shirokov
2f97993992
Documentation fixes
2017-07-09 00:28:05 +03:00
Michael Raskin
0d2d5e2147
Merge pull request #27143 from florianjacob/networkmanager-support-resolved
...
networkmanager service: use resolved if enabled
2017-07-08 22:34:09 +02:00
Valentin Shirokov
396db6493d
Style adjustments
...
Also dangerous typo fix
2017-07-08 23:04:47 +03:00
Valentin Shirokov
ca54c3f1aa
Typo fix
2017-07-08 22:30:02 +03:00
Valentin Shirokov
5f2826fbed
Added networking.hosts and networking.fqdn options
2017-07-08 21:13:16 +03:00
Frederik Rietdijk
ea5b2df865
Merge pull request #27094 from nand0p/buildbot-0.9.9
...
buildbot: 0.9.7 -> 0.9.9.post2
2017-07-07 17:48:29 +02:00
Fernando J Pando
f6a7b851d4
buildbot: 0.9.7 -> 0.9.9.post2
...
- adds grid-view plugin
- module fixup
- tested on nixos
2017-07-07 10:00:37 -04:00
Eelco Dolstra
707703185d
nixos-rebuild: Respect empty NIX_REMOTE
...
Fixes #11384 .
Note: in Nix 1.12, you can set NIX_REMOTE to "local" to avoid
ambiguity.
2017-07-07 11:58:10 +02:00
Yacine Hmito
1f70f3801b
Make zshrc more predictable
...
Originially, `programs.zsh` sets default values for some
initialisation scripts.
Nix resolves the case of multiple values by concatenating them all.
It is however impossible to predict where the default script will be
inserted; but we never want the default value to override the
user-specified ones.
Now, it doesn't set default values; almost everything is hardcoded at
the begining of the file.
2017-07-06 22:43:05 +02:00
roblabla
0c7c421baa
gitlab: 8.17.6 -> 9.3.4
2017-07-06 13:29:49 +02:00
Michael Raskin
05aa2a58db
Merge pull request #25600 from johnramsden/nylas-mail
...
nylas-mail: 2.0.32
2017-07-06 02:04:24 +02:00
John Ramsden
407324faa9
Rename nylas-mail to nylas-mail-bin.
...
Change pkg in module, and name in pkg.
2017-07-05 16:28:01 -07:00
Florian Jacob
cd8a1a7ceb
networkd: Allow new MulticastDNS setting
...
which gained an implementation in systemd v233
2017-07-05 13:48:18 +02:00
Vladimír Čunát
5328aac7be
Merge branch 'staging'
...
Comparison looks OK; I'll try some fixes on master directly.
http://hydra.nixos.org/eval/1372577?compare=1372497
2017-07-05 08:55:26 +02:00
zimbatm
4d545297d8
lib: introduce imap0, imap1 ( #25543 )
...
* lib: introduce imap0, imap1
For historical reasons, imap starts counting at 1 and it's not
consistent with the rest of the lib.
So for now we split imap into imap0 that starts counting at zero and
imap1 that starts counting at 1. And imap is marked as deprecated.
See c71e2d4235 (commitcomment-21873221)
* replace uses of lib.imap
* lib: move imap to deprecated.nix
2017-07-04 23:29:23 +01:00
Florian Jacob
12f54a5746
networkmanager service: use resolved if enabled
2017-07-04 23:50:56 +02:00
Giumo X. Clanjor (哆啦比猫/兰威举)
87cbb86214
systemd.nspawn: fix missing suffix
...
Fix files placed in `/etc/systemd/nspawn/` missing `.nspawn` suffix
2017-07-04 21:12:47 +08:00
gnidorah
7f13a3f5b8
maxx: init at 1.0.0
2017-07-04 13:42:53 +03:00
Johannes Frankenau
c4528eb4cc
mpd service: Start when needed and harden
2017-07-04 09:50:34 +02:00
Valentin Shirokov
f9ec52dedc
Added networking.extraLocalHosts option
...
It adds its contents to '127.0.0.1' line of /etc/hosts
It makes possible to point multiple domains to localhost in correct way
2017-07-04 02:19:11 +03:00
Volth
334e85e75a
vault: do not restart the service on "nixos-rebuild switch"
2017-07-03 19:46:02 +00:00
Vladimír Čunát
d1a89ae9d7
Merge branch 'master' into staging
2017-07-03 09:48:58 +02:00
aszlig
69da1807f0
nixos/xserver: Allow more than one keyboard layout
...
Regression introduced by 44c64fef16ed566786c8db276085b484c9d233f3.
The services.xserver.layout option allows to specify more than one
layout separated by comma, which the commit above didn't take into
account.
This is very similar to @lheckemann's pull request (#26984 ) but differs
in the following ways:
* Print out the full list available layouts (as suggested by @0xABAB
in [1]).
* Loop over $layout using the default IFS (and thus no need for
escaping ${cfg.layout}), because the layouts won't contain white
spaces.
* Re-do the error message, which now uses multiple echos instead of a
heredoc, so the line is wrapped according to the viewers terminal
width.
I've tested this with several good and bad layouts and also against the
keymap NixOS VM subtests.
[1]: https://github.com/NixOS/nixpkgs/pull/26984#discussion_r125146700
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Fixes : #26961
Closes : #26984
2017-07-03 08:29:20 +02:00
aszlig
d97cdfc591
nixos/xserver: Document the layouts sed expression
...
This was brought up by @0xABAB in #26984 by the following comment:
https://github.com/NixOS/nixpkgs/pull/26984#discussion_r125146405
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-07-03 08:29:16 +02:00
Joachim F
e4ca35a4f6
Merge pull request #26990 from jfrankenau/mpd-create-playlistDir
...
mpd service: Create playlist directory
2017-07-02 14:23:53 +01:00
Joachim F
c2576ac2d3
Merge pull request #26978 from volth/lighttpd-collectd-submodule
...
lighttpd: add collectd submodule
2017-07-02 11:49:06 +01:00
Joachim F
e20364a937
Merge pull request #26980 from volth/collectd-service-minor-refactoring
...
collectd service: minor refactoring
2017-07-02 11:48:56 +01:00
Joachim F
c0086b8996
Merge pull request #27019 from fadenb/heartbeat_service
...
heartbeat service: init
2017-07-02 11:42:54 +01:00
Tristan Helmich
97e8422541
heartbeat service: init
2017-07-02 10:45:59 +02:00
Frederik Rietdijk
6b5150d29d
Merge pull request #27030 from Infinisil/luks-typo
...
luksroot: fix typo
2017-07-02 10:37:01 +02:00
Silvan Mosberger
cf07fc6b16
luksroot: fix typo
2017-07-02 04:37:51 +02:00
Joachim F
4e548d2717
Merge pull request #26964 from romildo/upd.lumina
...
lumina: 1.2.0-p1 -> 1.3.0
2017-07-01 12:51:14 +01:00
Jörg Thalheim
343ad1697d
Merge pull request #26897 from layus/nixos-terminfo
...
terminfo: symlink terminfo to /etc for ncurses
2017-07-01 09:27:24 +01:00
Johannes Frankenau
0dd204ebfe
mpd service: Create playlist directory
2017-07-01 09:13:49 +02:00
Balletie
44fadbb9bd
pulseaudio: Resolve conflicting asound.conf of pulseaudio and alsa
...
Fixes issue #25790 .
2017-07-01 00:06:34 +02:00
Joachim F
74b3a8f5ae
Merge pull request #26541 from dermetfan/browserpass
...
browserpass: 2017-04-11 -> 1.0.5
2017-06-30 20:58:37 +01:00
Joachim F
a8ba50db3e
Merge pull request #26492 from michalpalka/new-xen
...
xen_4_8: init at 4.8.1
2017-06-30 20:27:04 +01:00
Vladimír Čunát
ddf864f8aa
Merge branch 'master' into staging
...
Mass rebuilds from master (>7k on x86_64-linux).
2017-06-30 18:16:58 +02:00
Volth
a1212c7784
collectd service: removed insecure AmbientCapabilities
2017-06-30 11:57:46 +00:00
Robin Stumm
4540eaf578
browserpass: 2017-04-11 -> 1.0.5
2017-06-30 13:32:45 +02:00
Guillaume Maudoux
bd562949cf
terminfo: symlink terminfo to /etc for ncurses
2017-06-30 11:17:11 +02:00
Jörg Thalheim
1266c8f935
Merge pull request #26967 from florianjacob/fix-systemd-resolved-nsswitch-loading
...
Fix systemd resolved nsswitch loading and clearly state NSS module's dependency on nscd
2017-06-30 09:26:18 +01:00
Volth
67340baa9b
collectd service: minor refactoring
...
* removed pid-file support, it is needless to run collectd as systemd service
* removed static user id, as all the files reowned on the service start
* added ambient capabilities for ping and smart (hdd health) functions
2017-06-30 00:52:22 +00:00
Florian Jacob
e370e97f3d
nsswitch: only add modules to nsswitch.conf if they can be loaded
2017-06-30 02:44:23 +02:00
Florian Jacob
7410b0c82c
nsswitch: add assertions for enabled nscd
2017-06-30 02:44:22 +02:00
Florian Jacob
63fa3e7c62
nsswitch: fix typo specifying nss-resolve module
...
this had the effect of not being able to load nss-resolve
and falling back to dns module in all cases.
2017-06-30 02:40:49 +02:00
Volth
99b8d5ebe6
lighttpd: add collectd submodule
2017-06-29 22:41:22 +00:00
Volth
68bf28adaf
vault: services.vault.storagePath for the file backend
2017-06-29 21:10:56 +00:00