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
romildo
c5ff68b3c2
lumina: 1.2.0-p1 -> 1.3.0
...
- Update to version 1.3.0
- Remove dependency on `oxygen-icons5`, as Lumina desktop now distributes
it’s own "material-design-[light/dark]" icon themes and uses them as the
default icon sets.
2017-06-29 08:13:09 -03:00
John Ramsden
9f4c3b2efd
Add keyring enable option and add Nylas to systemPackages
2017-06-28 16:13:10 -07:00
John Ramsden
3fddb48020
Add Nylas mail module. Still needs keyring configuration
2017-06-28 15:56:41 -07:00
Volth
2056c7e395
removed generation of self-signed certificate
2017-06-28 22:22:53 +00:00
Volth
519f17035f
vault: add unitConfig.RequiresMountsFor to systemd config
2017-06-28 21:16:04 +00:00
aszlig
e82d126212
nixos/xserver: Don't use exec in xkb-layouts-exist
...
First of all, thanks to @pbogdan for getting this problem reproduced:
https://github.com/NixOS/nixpkgs/commit/2014db3efcd2a#commitcomment-22815396
Also thanks to @vcunat for bringing this to my attention:
https://github.com/NixOS/nixpkgs/commit/44c64fef16ed5#commitcomment-22813503
Although it is not entirely clear why Nix has killed the build prior to
finishing, it seems to be related to the process substition I was using.
So instead of using "exec touch", let's wrap this inside an if so we
don't exit too early.
Tested this against all sub-tests in nixos/tests/keymap.nix and also a
few configurations with wrong keyboard layout definitions.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-06-28 21:39:19 +02:00
Vladimír Čunát
2014db3efc
nixos xkb-layouts-exist: try to debug on Hydra
...
I hate having to do this. We're unable to reproduce the problem locally.
2017-06-28 19:47:51 +02:00
Rickard Nilsson
a6cf6367e2
network-manager: hostname option is deprecated
...
From log:
<warn> [1498639184.8965] keyfile: 'hostname' option is deprecated and has no effect
2017-06-28 10:56:31 +02:00
Volth
7330e80456
vault: start after consul if consul is used as storage backend
2017-06-28 00:58:19 +00:00
Volth
d016ef1f5b
create directory only for "file" storage
2017-06-27 20:22:53 +00:00
Josef Kemetmueller
899e2b5748
Force check the filesystem before resizing
...
The message buffer of the kernel lists
> Please run 'e2fsck -f /dev/disk/by-label/nixos' first.
as the output of the command `resize2fs "$device"`.
This fixes NixOS/nixpkgs#26910 .
2017-06-27 22:13:51 +02:00
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
Volth
4c428b4a6f
vault: run as an unpivileged user
2017-06-27 19:34:12 +00:00
Katyucha
cad450e6d6
delete lines
2017-06-27 19:34:12 +00:00
Katyucha
442f76d72a
Vault: 0.6.5 -> 0.7.2 with services
2017-06-27 19:34:12 +00: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
Michał Pałka
9e6bfbb2f9
xen_4_8: init at 4.8.1
...
This commit adds the xen_4_8 package to be used instead of
xen (currently at 4.5.5):
* Add packages xen_4_8, xen_4_8-slim and xen_4_8-light
* Add packages qemu_xen_4_8 and qemu_xen_4_8-light to be used
with xen_4_8-slim and xen_4_8-light respectively.
* Add systemd to buildInputs of xen (it is required by oxenstored)
* Adapt xen service to work with the new version of xen
* Use xen-init-dom0 to initlilise dom0 in xen-store
* Currently, the virtualisation.xen.stored option is ignored
if xen 4.8 is used
2017-06-27 12:01:53 +00: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 e60c958811186e46d9220cca8ce9700da174d9a1.
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
Christian Albrecht
3584707638
nixos/boot/stage-1: fix failing nixos-rebuild switch because of blkid output
...
old version of blkid used to output version information including libblkid version
when invoked with --help parameter
new version does not output libblkid version when invoked with --help parameter
fix is to invoke blkid with -V parameter to output version including libblkid in both cases
2017-06-26 09:15:44 +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