Franz Pletz
8f40f574f8
Merge pull request #131578 from mweinelt/influxdb-exporter
...
prometheus-influxdb-exporter: init at 0.8.0
2021-07-28 19:47:06 +02:00
Victor Freire
9ee8bd1889
vscode-extensions: uniform extension namingconvention
2021-07-28 12:01:53 +09:00
Martin Weinelt
46ea00da23
nixos/prometheus-influxdb-exporter: init
2021-07-26 16:00:01 +02:00
Elis Hirwing
bd263441e2
nixos/rl-notes/21.11: Add note about remaining syncoid permissions
2021-07-26 11:05:48 +02:00
Milo Gertjejansen
b0b71138c8
Merge branch 'master' of https://github.com/NixOS/nixpkgs into tt-rss-2021-06-21
2021-07-25 16:02:48 -04:00
Milo Gertjejansen
70338c53c9
Added release notes and broke date apart
2021-07-25 15:40:33 -04:00
Aaron Andersen
8813af6821
Merge pull request #128724 from fortuneteller2k/nixos/iwd
...
nixos/iwd: add settings option
2021-07-24 23:06:42 -04:00
Yuka
7d24d06c71
nixos/postgresql: use postgres 13 for 21.11 ( #131018 )
...
Co-authored-by: Kim Lindberger <kim.lindberger@gmail.com>
2021-07-24 19:12:08 +02:00
fortuneteller2k
6ea6734f71
nixos/iwd: add settings option
2021-07-23 23:06:15 +08:00
Florian Klink
013e089000
Merge pull request #130503 from flokli/nss-fix-ordering
...
nixos/systemd: fix NSS database ordering
2021-07-23 02:28:32 +02:00
Ben Siraphob
1308c47b1f
Merge pull request #130864 from pstn/mingw-64
...
mingw-64: 6.0.0 -> 9.0.0
2021-07-21 21:22:34 +07:00
Ryan Mulligan
b8d3210113
Merge pull request #130852 from seqizz/g_clipcat
...
nixos/clipcat: add user service module
2021-07-20 18:56:21 -07:00
Philipp
c60a0b0447
mingw-64: 6.0.0 -> 9.0.0
2021-07-20 22:34:50 +02:00
Gürkan Gür
d3c568e16a
nixos/clipcat: add user service module
2021-07-20 21:40:58 +02:00
github-actions[bot]
61eb7e2e9e
Merge master into staging-next
2021-07-20 18:01:04 +00:00
github-actions[bot]
c0cb54f9ee
Merge master into staging-next
2021-07-19 18:01:10 +00:00
Cole Helbling
88fb6d25d8
nixos/prometheus-buildkite-agent-exporter: init
2021-07-19 08:35:58 -07:00
Ben Siraphob
d53846e29e
Merge pull request #130583 from jvanbruegge/isabelle2021
...
Isabelle: 2020 -> 2021
2021-07-19 20:56:48 +07:00
github-actions[bot]
9c688591fc
Merge master into staging-next
2021-07-19 06:01:30 +00:00
Elis Hirwing
bfef28861d
Merge pull request #130528 from etu/init-hockeypuck
...
hockeypuck: init at 2.1.0
2021-07-19 07:54:11 +02:00
Elis Hirwing
09a49354b6
nixos/hockeypuck: Add service for hockeypuck
2021-07-19 07:33:01 +02:00
github-actions[bot]
dc802b2e19
Merge master into staging-next
2021-07-19 00:01:36 +00:00
Jan van Brügge
9111bd40b2
isabelle: 2020 -> 2021
2021-07-18 23:51:36 +02:00
Maxine Aubrey
1bc6f38000
nixos/doc: update EOL of 21.11
2021-07-18 16:04:13 +02:00
github-actions[bot]
382fdc7ad3
Merge master into staging-next
2021-07-18 00:01:24 +00:00
Martin Weinelt
d9a3a54b73
Merge pull request #129980 from mweinelt/nixos/kea
2021-07-18 00:26:35 +02:00
Florian Klink
c1536f5c78
nixos/systemd: fix NSS database ordering
...
- The order of NSS (host) modules has been brought in line with upstream
recommendations:
- The `myhostname` module is placed before the `resolve` (optional) and `dns`
entries, but after `file` (to allow overriding via `/etc/hosts` /
`networking.extraHosts`, and prevent ISPs with catchall-DNS resolvers from
hijacking `.localhost` domains)
- The `mymachines` module, which provides hostname resolution for local
containers (registered with `systemd-machined`) is placed to the front, to
make sure its mappings are preferred over other resolvers.
- If systemd-networkd is enabled, the `resolve` module is placed before
`files` and `myhostname`, as it provides the same logic internally, with
caching.
- The `mdns(_minimal)` module has been updated to the new priorities.
If you use your own NSS host modules, make sure to update your priorities
according to these rules:
- NSS modules which should be queried before `resolved` DNS resolution should
use mkBefore.
- NSS modules which should be queried after `resolved`, `files` and
`myhostname`, but before `dns` should use the default priority
- NSS modules which should come after `dns` should use mkAfter.
2021-07-17 23:55:35 +02:00
github-actions[bot]
9fe75f18c0
Merge master into staging-next
2021-07-16 12:01:03 +00:00
Jean-Philippe Braun
d4eca42de4
nixos/wordpress: nginx support
2021-07-16 08:51:08 +02:00
github-actions[bot]
2ccf7ae45c
Merge master into staging-next
2021-07-15 18:01:27 +00:00
ajs124
ad1437bb6d
Merge pull request #130113 from helsinki-systems/upd/icingaweb2
...
icingaweb2: 2.8.3 -> 2.9.0
2021-07-15 14:48:54 +02:00
github-actions[bot]
ad2f2574e5
Merge master into staging-next
2021-07-15 00:01:31 +00:00
lunik1
145a3d084a
nixos/snapraid: init
2021-07-14 19:02:19 +01:00
Jörg Thalheim
7afa51c2bd
Merge remote-tracking branch 'upstream/master' into HEAD
2021-07-14 15:45:51 +02:00
Martin Weinelt
2ea5a4ce6d
nixos/doc: add release note entry for kea module
2021-07-14 01:36:05 +02:00
Janne Heß
6d203a68c6
nixos/icingaweb2: Add ipl and thirdparty libraries
...
These are required since 2.9.0
2021-07-13 18:31:15 +02:00
ajs124
057515d569
Merge pull request #129833 from oxzi/claws-mail-3.18.0_4.0.0
...
claws-mail: 3.17.8 -> 4.0.0
2021-07-13 01:09:12 +02:00
Alvar Penning
26f52bf6b5
claws-mail: 3.17.8 -> 4.0.0
...
With Claws Mail's latest double release of 3.18.0 and 4.0.0, the package
will refer to the more "modern" GTK+ 3 release, major version four. The
GTK+ 2 release, major version 3, is now available in the
`claws-mail-gtk2` package.
In other words, this commit bumps the GTK+ 2 version from 3.17.8 to
3.18.0, the previously unstable GTK+ 3 version 3.99.0 to 4.0.0 and
changes the default to GTK+ 3.
2021-07-12 23:52:13 +02:00
Martin Weinelt
bcda9c8cfc
Merge remote-tracking branch 'origin/master' into staging-next
2021-07-11 16:11:09 +02:00
Eric Bailey
dafb3dfc48
kops: default to 1.21.0, drop 1.18 ( #129472 )
2021-07-10 19:44:00 +00:00
github-actions[bot]
17a534e48b
Merge master into staging-next
2021-07-09 00:01:34 +00:00
Leo Maroni
c0bd900632
nixos/vikunja: init
...
nixos/vikunka: Use RFC 0042 settings proposal (thanks to @aanderse)
2021-07-08 22:17:57 +02:00
Dmitry Kalinkin
280e629ee0
Merge branch 'master' into staging-next
2021-07-08 04:38:15 -04:00
Kevin Cox
be80d6208a
pulseeffects,easyeffects: 5.0.3 -> 6.0.0
...
New release, the main feature is updating to GTK4 and significant updates to the internal processing pipelines.
Many dependencies no longer seem to be required, I have manually checked that mentioned plugins are still available.
2021-07-07 17:57:03 -04:00
Jonathan Ringer
642b5ec6fd
nixos/rl-notes/21.11: add python3 default bump entry
2021-07-05 12:34:02 -07:00
Bruno Bigras
7265334f1a
yggdrasil: 0.3.16 -> 0.4.0
2021-07-05 12:21:37 +02:00
Léo Gaspard
5bcb49475f
Merge pull request #127479 from symphorien/btrbk-module
...
nixos/btrbk: add module and test
2021-07-03 21:55:01 +02:00
Luke Granger-Brown
9817238e3b
Merge pull request #129156 from fgaz/staticjinja/3.0.1
...
staticjinja: 2.1.0 -> 3.0.1
2021-07-03 19:46:46 +01:00
Bjørn Forsman
ede1785d11
doc: point out that nixos-21.05 has gnuradio 3.9
...
Logically re-apply 64c70a8c4c
("doc: point out that nixos-21.05 has gnuradio
3.9"), because it was lost in the conversion from docbook to markdown, in
commit 32c2dd304d
("docs: nixos release notes to CommonMark (2105)").
(Apparently we have both .md and .xml release notes now, and CI fails
unless they have the same content (after .md processing), so update the
.xml file to match...)
2021-07-03 19:41:20 +02:00
Bjørn Forsman
ed9db4a7f8
doc: fix link to kodi-19.0 announcement
...
Logically re-apply 7afaacf9a8
("doc: fix link to kodi-19.0 announcement"),
because it was lost in the conversion from docbook to markdown, in commit
32c2dd304d
("docs: nixos release notes to CommonMark (2105)").
(Hm, apparently we have *both* docbook and markdown? CI failed before I
updated the .xml file.)
2021-07-03 19:39:55 +02:00
Francesco Gazzetta
f93e9e98e9
staticjinja: 2.1.0 -> 3.0.1
2021-07-03 18:29:06 +02:00
Guillaume Girol
8b9d56a19a
nixos/btrbk: add release notes
2021-07-03 17:22:33 +02:00
K900
dc1b56c714
vaultwarden: update to 1.22.1, rename from bitwarden_rs
...
I tried to make this as non-breaking as possible, but it will still
break things slightly for people expecting certain file names in the
packages themselves.
2021-07-01 12:31:20 +03:00
Felix Singer
b7a2309786
flashrom: Install udev-rules file
...
Add the udev-rules file from flashrom source to the out directory. The
file contains rules for programmers used by flashrom. Members of the
`flashrom` system group are allowed to access these devices.
Also, add a module for installing flashrom and adding flashrom to udev
packages. The module can be used by setting `programs.flashrom.enable`
to `true`.
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-06-30 03:43:35 +02:00
Sandro
54cccb99de
Merge pull request #127941 from liff/libwnck/3-is-default
2021-06-25 15:53:01 +02:00
Niklas Hambüchen
c223fd6007
release notes: Mention consul breaking changes
2021-06-24 20:58:59 -07:00
Olli Helenius
8609f3fd20
libwnck: make 3.36.0 default
2021-06-24 18:04:30 +03:00
Ryan Mulligan
f91d7910ea
doc: cleanup documentation relating to release notes
...
Also delete empty release notes file.
2021-06-23 11:04:22 -07:00
Ryan Mulligan
920113a6e5
Merge pull request #127734 from blaggacao/da/convert-rel-notes-md-2105
...
nixos/doc: convert 21.05 release notes to CommonMark
2021-06-23 10:48:24 -07:00
David Arnold
32c2dd304d
docs: nixos release notes to CommonMark (2105)
...
docs: nixos release notes (revise code blocks)
docs: nixos release notes (fix opt links outside of code blocks)
docs: nixos release notes (fix opt links inside of code blocks)
went fishing with:
```console
rg -A1 \
--multiline \
--multiline-dotall \
'<programlisting>[^</programlisting>]+' \
| rg linkend
```
docs: nixos release notes (prettier)
docs: nixos release notes (restore admonition from prettier destriction)
docs: nixos release notes (recreate xml files)
docs: nixos release notes (fix code block indentation)
docs: nixos release notes (diff after converting with https://github.com/NixOS/nixpkgs/pull/127270 )
2021-06-23 12:33:16 -05:00
Michael Weiss
eb8a694d92
nixos/sway: Drop rxvt-unicode from the extraPackages default
...
Upstream switched to Alacritty for the default configuration.
2021-06-23 17:35:20 +02:00
Niklas Hambüchen
a48fea4c5e
sshd service: Default to INFO logLevel (upstream default).
...
The previous justification for using "VERBOSE" is incorrect,
because OpenSSH does use level INFO to log "which key was used
to log in" for sccessful logins, see:
6247812c76/auth.c (L323-L328)
Also update description to the wording of the sshd_config man page.
`fail2ban` needs, sshd to be "VERBOSE" to work well, thus
the `fail2ban` module sets it to "VERBOSE" if enabled.
The docs are updated accordingly.
2021-06-23 01:49:11 +02:00
David Arnold
1f6969dd5e
docs: nixos release notes (w/o 2105 - separate PR)
...
docs: nixos release notes (revise code blocks)
docs: nixos release notes (fix opt links outside of code blocks)
docs: nixos release notes (fix opt links inside of code blocks)
went fishing with:
```console
rg -A1 \
--multiline \
--multiline-dotall \
'<programlisting>[^</programlisting>]+' \
| rg linkend
```
docs: nixos release notes (prettier)
docs: nixos release notes (fix zonefile codeblocks)
docs: nixos release notes (restore admonition from prettier destriction)
docs: nixos release notes (recreate xml files)
docs: nixos release notes (fix trnslation error md -> xml)
admonition with a title seem not to work
docs: nixos release notes (fix code block indentation)
docs: nixos release notes (diff after converting with https://github.com/NixOS/nixpkgs/pull/127270 )
docs: nixos release notes (fix remaingin '???')
Those where not catched i a previous iteration since they didn't satisfy
the then presumed search regex `#opt-.*`
doc: nixos release notes make docbook/md conversion consistent
2021-06-22 09:52:13 -05:00
Bjørn Forsman
64c70a8c4c
doc: point out that nixos-21.05 has gnuradio 3.9
...
Reading the release notes I got the impression that the latest (and
default) was GR3.8, but it is in fact 3.9. Make that more obvioius.
2021-06-21 09:33:22 +02:00
Sandro
0c72a4ffaf
Merge pull request #127545 from liff/antlr/v4-is-default
...
antlr: make 4.8 default
2021-06-20 23:22:35 +02:00
Bjørn Forsman
7afaacf9a8
doc: fix link to kodi-19.0 announcement
2021-06-20 19:54:08 +02:00
Olli Helenius
b2bf2c6102
antlr: make 4.8 default
2021-06-20 14:06:47 +03:00
Jan Tojnar
f07dcbef64
nixos/doc: Synchronize the Markdown generator with Nixpkgs
...
Switch to CommonMark with our extensions.
2021-06-18 00:07:00 +02:00
markuskowa
5ad54b5bc9
Merge pull request #126785 from oxzi/ucarp-1.5.2
...
ucarp: init at 1.5.2 / nixos/ucarp: init / nixos/test/ucarp: init
2021-06-16 10:54:23 +02:00
Alvar Penning
8673a40eda
nixos/ucarp: init
2021-06-15 18:13:31 +02:00
Victor Freire
0db88d9a1c
nixos/dotnetPackages: remove packages
2021-06-14 18:33:39 -03:00
Maciej Krüger
b9763370a9
release-notes: mention x2goserver rename
2021-06-11 08:13:49 +02:00
Victor Freire
e52e7335dd
nixos/dotnetPackages: remove packages
...
F# packages have been removed for being unmaintaned.
2021-06-08 21:01:30 -07:00
Victor Freire
06c19c70cc
fsharp41: remove
2021-06-08 17:38:43 -07:00
Luke Granger-Brown
631250e818
Merge pull request #126075 from rnhmjoj/fixup
...
Revert "nixos/wireless: make wireless.interfaces mandatory"
2021-06-08 14:04:19 +01:00
Luke Granger-Brown
840f6883fc
Merge pull request #126034 from lukegb/bazel-build-configured
...
Switch buildBazelPackage fetchConfigured on by default
2021-06-07 23:59:33 +01:00
Tom Bereknyei
9815f9545e
nixos/doc: add sourcehut to release notes
2021-06-07 11:26:29 -04:00
rnhmjoj
eba5f5c1e5
Revert "nixos/wireless: make wireless.interfaces mandatory"
...
This reverts commit 030a521adc
.
2021-06-07 15:55:58 +02:00
Luke Granger-Brown
cfd38a4006
buildBazelPackage: set fetchConfigured default to true
2021-06-07 02:04:01 +00:00
Michele Guerini Rocco
78d9a75d9e
Merge pull request #125288 from rnhmjoj/wpa-race-fix
...
nixos/wireless: make wireless.interfaces mandatory
2021-06-06 10:35:15 +02:00
Kim Lindberger
8960c09eed
Merge pull request #125500 from etu/php-spring-release-cleaning
...
php: post-release spring cleaning and upgrade to 8.0 as default
2021-06-04 17:48:47 +02:00
Sandro
29bcf05da7
Merge pull request #125537 from andersk/release-notes-gnome
2021-06-04 11:13:14 +02:00
Elis Hirwing
d0bc04ff70
php: Upgrade from PHP 7.4 to 8.0 as default PHP
2021-06-04 09:27:00 +02:00
Elis Hirwing
68eb5305ac
php: Drop PHP 7.3 support
...
PHP 7.3 won't be supported by upstream for the entire life cycle of
the 21.11 release.
Also drop the pcre' alias since it isn't needed anymore since we don't
need different pcre versions anymore.
2021-06-04 09:26:54 +02:00
talyz
f5f8341c76
nixos/geoipupdate: Replace the old geoip-updater
module
...
Our old bespoke GeoIP updater doesn't seem to be working
anymore. Instead of trying to fix it, replace it with the official
updater from MaxMind.
2021-06-03 20:57:25 +02:00
Anders Kaseorg
a681951902
nixos/release-notes: Fix link to GNOME 40 release notes
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-06-03 10:14:06 -07:00
Jonathan Ringer
0520141db0
nixos/release-notes: Improve 21.11 stub
2021-06-02 12:18:34 -07:00
rnhmjoj
030a521adc
nixos/wireless: make wireless.interfaces mandatory
...
This is the only way to solve issue #101963 , for now.
2021-06-01 23:19:40 +02:00
Sandro
8217ea5000
changelog: fix typo
2021-06-01 15:45:47 +02:00
Jonathan Ringer
40b2ca3570
nixos/doc/releases: update stable release info to 21.05
2021-05-31 19:42:40 -07:00
Jonathan Ringer
8815e601dd
nixos/release-notes: move non-highlights to other mentions
2021-05-31 19:22:35 -07:00
Jonathan Ringer
d823c24094
nixos/release-notes: Initial grooming of release notes
2021-05-31 19:22:35 -07:00
Vincent Bernat
632c8e1d54
nixos/acme: don't use --reuse-key
...
Reusing the same private/public key on renewal has two issues:
- some providers don't accept to sign the same public key
again (Buypass Go SSL)
- keeping the same private key forever partly defeats the purpose of
renewing the certificate often
Therefore, let's remove this option. People wanting to keep the same
key can set extraLegoRenewFlags to `[ --reuse-key ]` to keep the
previous behavior. Alternatively, we could put this as an option whose
default value is true.
2021-06-01 00:43:45 +02:00
Dominik Xaver Hörl
b7630d5591
rl-2105: mention linux_latest and potential zfs issues
2021-05-28 18:10:43 -07:00
Antoine R. Dumont (@ardumont)
38cfb84ff0
mediatomb/gerbera: Add release note information for 21.03
...
Note that it made into 2 entries, one about new options in the first section.
Another in the breaking compatibility section due to the openFirewall option
which changes the behavior.
Co-authored-by: schmittlauch <t.schmittlauch+nixos@orlives.de>
2021-05-28 10:56:19 -07:00
Maximilian Bosch
b5a12b4b61
nixos/release-notes: fix slaptest
command for openldap section
...
When running - as suggested - `slaptest -f slapd.conf $TMPDIR` I get the
following result:
[root@ldap:/tmp/tmp.De46ABIbFf]# slaptest -f /nix/store/lks3ihydj40ff6yqvz0k33ycrc9vbyry-slapd.conf $TMPDIR
usage: slaptest [-v] [-d debuglevel] [-f configfile] [-F configdir] [-o <name>[=<value>]] [-n databasenumber] [-u] [-Q]
[root@ldap:/tmp/tmp.De46ABIbFf]# echo $?
1
Adding a `-F` option fixes the issue.
2021-05-26 20:50:01 +02:00
Ryan Mulligan
cf2f26fd89
Merge pull request #124043 from fgaz/staticjinja/2.0.0
...
staticjinja: 1.0.4 -> 2.0.0
2021-05-25 11:22:25 -07:00
Thomas Depierre
f55c3e2f21
beam-packages: drop erlang R18 R19 R20 and cuter
2021-05-25 07:38:41 +09:00
Niklas Hambüchen
83a8acc392
Merge pull request #121331 from nh2/wireguard-dynamicEndpointRefreshSeconds
...
nixos/wireguard: Add `dynamicEndpointRefreshSeconds` option
2021-05-24 21:49:05 +02:00
Francesco Gazzetta
5b42338f4e
docs/release-notes: mention staticjinja
2021-05-24 14:17:51 +02:00