Commit Graph

192959 Commits

Author SHA1 Message Date
Austin Seipp
5a1ae55bbc nixos/chrony: keep in foreground
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-09-12 11:45:51 -05:00
Austin Seipp
b8bda8cb4f nixos/chrony: remove redundant 'initstepslew.servers' option
This option was added in 6336048c5843ffcbd9fb010e47386adda2cdb913 but it
is essentially a complete duplicate of the existing cfg.servers and
there seems to be no reason to keep maintaining it.

Furthermore, it requires annoying duplication if you try to do option
merging, e.g. merging in sets into your configuration.nix that add
`services.chrony.initstepslew` options will overwrite the servers option
unless you keep it, but that means you just have to duplicate
config.networking.timeServers again anyway which is an implementation
detail!

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-09-12 11:45:51 -05:00
Austin Seipp
83180ea41f nixos/chrony: set iburst for ntp servers
'iburst' allows chrony to make very quick adjustments to the clock by
doing a couple rapid measurements outside of the default 'minpoll'
option. This helps improve rapid time adjustment at boot, and is enabled
by default.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-09-12 11:45:51 -05:00
Austin Seipp
0aee12e0b3 CODEOWNERS: add myself as owner of ntp packages
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-09-12 11:45:51 -05:00
Austin Seipp
f0ad5ebdfb nixos/{chrony,ntpd,openntpd}: add myself as maintainer
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-09-12 11:45:51 -05:00
Austin Seipp
a61e94329f nixos: shuffle all ntp services into their own dir
This is reckless, ill-advised, pointless, and I will be scorned for it,
but it makes me feel a lot better.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-09-12 11:45:51 -05:00
Jörg Thalheim
bfecc8d86b
Merge pull request #68438 from rvolosatovs/update/conftest
conftest: 0.7.0 -> 0.12.0
2019-09-12 17:21:37 +01:00
worldofpeace
7b305edde3
Merge pull request #68590 from aanderse/zhf/prayer
prayer: fix broken build
2019-09-12 12:18:10 -04:00
Aaron Andersen
1fca7a8961 prayer: fix broken build 2019-09-12 12:11:09 -04:00
worldofpeace
6b92321f82
Merge pull request #68550 from WilliButz/v8/fix-aarch64-build
v8: fix build on aarch64
2019-09-12 12:10:43 -04:00
worldofpeace
05e137ce6b
Merge pull request #68595 from aanderse/zhf/viking
viking: fix broken build
2019-09-12 12:05:49 -04:00
Aaron Andersen
f6517742df viking: fix broken build 2019-09-12 11:58:38 -04:00
Vincent Laporte
bf759337fa
Merge pull request #67544 from vbgl/qarte+fix-qt-platform
qarte: use qt5’s mkDerivation and an other fix
2019-09-12 15:31:17 +00:00
Roman Volosatovs
2a7c0f2ab9
conftest: 0.7.0 -> 0.12.0, ensure go 1.13 compatibility 2019-09-12 17:15:41 +02:00
Robin Gloster
6ea6c9d9f2
Merge pull request #68481 from delroth/home-assistant-pyyaml
home-assistant: remove outdated pyyaml_3 pinning
2019-09-12 16:46:01 +02:00
Marek Mahut
8490d53463
Merge pull request #68408 from leenaars/getdns
getdns: 1.5.1 -> 1.5.2
2019-09-12 16:06:40 +02:00
Marek Mahut
c98af06689
Merge pull request #68514 from ivegotasthma/update-electrum-ltc
electrum.ltc: 3.1.3.1 -> 3.3.8.1
2019-09-12 15:48:35 +02:00
Marek Mahut
f16bc2ff5f
Merge pull request #68365 from aanderse/zabbix
nixos/zabbixWeb: fix a string reference as well as the phpfpm socket path
2019-09-12 15:40:34 +02:00
worldofpeace
5c8c3d6ce4
Merge pull request #67553 from Moredread/rtaudio-pulseaudio
rtmidi: add PulseAudio support
2019-09-12 09:16:52 -04:00
Linus Heckemann
17ff95d77e
Merge pull request #68545 from WilliButz/exporters-codeowner-notifications
CODEOWNERS: add myself for prometheus exporters
2019-09-12 14:34:51 +02:00
Mario Rodas
2fa8c64b09
Merge pull request #68379 from jonringer/bump-rappel
rappel: unstable-2019-07-08 -> unstable-2019-09-09
2019-09-12 07:22:09 -05:00
WilliButz
a981edb443
Merge pull request #68292 from matthewbauer/v8-pkgconfig
v8: add pkgconfig file
2019-09-12 14:21:03 +02:00
WilliButz
0e879bfe8d
v8: fix build on aarch64 2019-09-12 14:13:26 +02:00
Tim Steinbach
dad77d59cb
ammonite: 1.6.9 -> 1.7.1 2019-09-12 08:06:57 -04:00
WilliButz
987627859a
Merge pull request #68530 from artemist/insomnia-6.6.2
insomnia: 6.5.3 → 6.6.2
2019-09-12 13:36:49 +02:00
WilliButz
f40ad53dea
Merge pull request #68542 from peterhoeg/p/crun
crun: init at 0.8
2019-09-12 13:31:42 +02:00
WilliButz
3cf247cfa0
Merge pull request #68544 from peterhoeg/u/buildah
buildah: minor cleanups
2019-09-12 13:29:35 +02:00
André-Patrick Bubel
383d3a43e5
rtmidi: add PulseAudio support 2019-09-12 13:03:49 +02:00
WilliButz
82b7e9baf3
CODEOWNERS: add myself for prometheus exporters 2019-09-12 12:48:40 +02:00
Jörg Thalheim
1549ffd598
Merge pull request #68543 from Ma27/fix-mautrix-telegram
mautrix-telegram: fix startup
2019-09-12 11:20:08 +01:00
Linus Heckemann
6711f1940d
Merge pull request #67985 from SRGOM/patch-8
nixos.manual.installation.installing: nixos-hw
2019-09-12 12:08:48 +02:00
Peter Hoeg
0f95f6922d buildah: minor cleanups
Was meant to be a part of 1.10.1 -> 1.11.0 but somebody else beat me to that.
2019-09-12 17:25:57 +08:00
Peter Hoeg
5f649b2a10 crun: init at 0.8 2019-09-12 17:23:14 +08:00
Maximilian Bosch
54752cd3c4
mautrix-telegram: fix startup
`setuptools` isn't propagated automatically anymore, see also #68314.
2019-09-12 11:22:17 +02:00
Peter Hoeg
6759d15465
Merge pull request #68512 from nspin/pr/stdenv-spelling
stdenv: fix misspellings of dontPatchELF
2019-09-12 17:04:49 +08:00
Maximilian Bosch
c0a02c712a
Merge pull request #68511 from WilliButz/update-wt
wt: 3.4.0 -> 3.4.1, 4.1.0 -> 4.1.1
2019-09-12 10:55:24 +02:00
Maximilian Bosch
05764a9694
Merge pull request #68523 from sikmir/xchm
xchm: 1.23 -> 1.30
2019-09-12 09:43:03 +02:00
Maximilian Bosch
99b291c73c
Merge pull request #68507 from peterhoeg/f/mtr
nixos/mtr: support for selecting the package
2019-09-12 09:34:22 +02:00
Maximilian Bosch
4bb69053f1
Merge pull request #68527 from nspin/pr/plyplus-python3
plyplus: enable for python3
2019-09-12 09:21:59 +02:00
Maximilian Bosch
79c111e523
Merge pull request #68533 from jasoncarr0/lesspass-fix
Lesspass: fix src
2019-09-12 09:15:03 +02:00
Nikolay Korotkiy
d526e331f8
xchm: 1.23 -> 1.30 2019-09-12 10:03:39 +03:00
Jason Carr
7644e88334 lesspass: fix src 2019-09-11 23:16:36 -04:00
Peter Hoeg
2e47cb88ea
Merge pull request #68510 from peterhoeg/p/dupd
dupd: init at 1.7
2019-09-12 08:22:53 +08:00
Artemis Tosini
9273a22c48
insomnia: 6.5.3 → 6.6.2 2019-09-11 23:43:27 +00:00
Dmitry Kalinkin
9e1cd30e3b
Merge pull request #68503 from taku0/flashplayer-32.0.0.255
flashplayer: 32.0.0.238 -> 32.0.0.255 [Critical security fixes]
2019-09-11 17:03:28 -04:00
worldofpeace
79ec84fb96
Merge pull request #68521 from averelld/youtube-dl-update
youtube-dl: 2019.09.12 -> 2019.09.12.1
2019-09-11 16:43:57 -04:00
Michael Weiss
991360fe10
androidStudioPackages.{dev,canary}: 3.6.0.10 -> 3.6.0.11 2019-09-11 22:40:55 +02:00
Averell Dalton
99ec6416c5 youtube-dl: 2019.09.12 -> 2019.09.12.1 2019-09-11 22:14:33 +02:00
Michael Weiss
bcaa3e702f
scdoc: 1.9.7 -> 1.10.0 2019-09-11 22:10:13 +02:00
worldofpeace
68d0a7114f
Merge pull request #68520 from roosemberth/ytdl-0912
youtube-dl: 2019.09.01 -> 2019.09.12
2019-09-11 15:55:06 -04:00