github-actions[bot]
f0248f968f
Merge staging-next into staging
2022-03-29 06:01:53 +00:00
github-actions[bot]
df0f3ba49a
Merge master into staging-next
2022-03-29 06:01:16 +00:00
ajs124
f5054121cb
Merge pull request #165935 from helsinki-systems/feat/move-special-fs-options-into-module
...
nixos/filesystems: Move options into the fs module
2022-03-29 05:03:59 +02:00
github-actions[bot]
770c1c3d2c
Merge staging-next into staging
2022-03-29 00:02:37 +00:00
github-actions[bot]
80ddf916da
Merge master into staging-next
2022-03-29 00:02:04 +00:00
Martin Weinelt
8c5ec1e561
Merge pull request #166104 from mweinelt/pdns
2022-03-29 01:57:10 +02:00
Martin Weinelt
0d3772f645
firefox: add profile-guided optimization
...
Lo and behold, we're finally catching up with Mozillas very own firefox
build in terms of speed.
PGO is an optimization technique in which in a first step we create a
build that supports instrumentation, meaning we can use it to create a
profile of how the browser behaved during usage. Then in a second pass
we create the final build that uses the acquired profiling data to
optimize the browser for the workload it actually received during
profiling.
The downside is that with PGO we now need to build Firefox twice, which
increases the build time from around 20 minutes to roughly 50 minutes.
In the Speedometer 2.0 benchmark multiple tests could see a
responsiveness improvemeant around 20-25%, which makes the increased
build time well worth it.
Sadly this benefit seems limited to x86_64-linux, builds on
aarch64-linux get stuck during profiling and I haven't found out why.
Finally, after a long time, we can say:
Closes : #76484
Supersedes: #129503
2022-03-28 21:42:49 +02:00
github-actions[bot]
d584935293
Merge staging-next into staging
2022-03-28 18:10:59 +00:00
github-actions[bot]
93d38ef635
Merge master into staging-next
2022-03-28 18:05:45 +00:00
Martin Weinelt
e4b25c3f0a
Merge pull request #166092 from mweinelt/rlnotes-frrouting
2022-03-28 18:14:18 +02:00
Martin Weinelt
999f3c2b9d
pdns: rename from powerdns
...
https://github.com/PowerDNS/pdns
https://repology.org/project/pdns/versions
2022-03-28 18:04:19 +02:00
Jan Tojnar
c8a5db3854
Merge branch 'staging-next' into staging
...
; Conflicts:
; pkgs/tools/archivers/rar/default.nix
2022-03-28 17:56:38 +02:00
Jan Tojnar
997bb5e42c
Merge branch 'master' into staging-next
...
; Conflicts:
; pkgs/development/python-modules/dnspython/default.nix
; pkgs/development/python-modules/googleapis-common-protos/default.nix
2022-03-28 17:55:31 +02:00
Martin Weinelt
0165645499
Merge pull request #164116 from NickCao/powerdns
2022-03-28 17:34:07 +02:00
Martin Weinelt
3221d6d418
rl-2205: fix typo in frrrouting announcement
2022-03-28 16:57:47 +02:00
Nick Cao
e85e545dbd
powerdns: 4.3.1 -> 4.6.1
2022-03-28 22:05:31 +08:00
Sandro
44fe73efbe
Merge pull request #165868 from LibreCybernetics/remove-python2-dependencies-from-gnome
2022-03-28 14:38:17 +02:00
Sandro
2f1e03cb2b
Merge pull request #165691 from lucc/github-removed-unencrypted-git
2022-03-28 12:47:42 +02:00
github-actions[bot]
36198fe197
Merge staging-next into staging
2022-03-27 18:01:40 +00:00
github-actions[bot]
e3d20dfaa5
Merge master into staging-next
2022-03-27 18:01:05 +00:00
Fabián Heredia Montiel
a3954182ba
nixos/gnome: change telepathy service from default true to default false
2022-03-27 09:24:46 -06:00
Sandro
d7270ac953
Merge pull request #165492 from Artturin/removelocatefromfindutils
2022-03-27 16:59:48 +02:00
Jan Tojnar
8e251dfd7a
nixosTests.gnome: fix tests
...
GNOME Terminal is no longer installed by default,
breaking the tests that depend on it.
Let’s re-add it for now to unbreak them.
2022-03-27 15:59:11 +02:00
Martin Weinelt
d68657af92
Merge remote-tracking branch 'origin/master' into staging-next
2022-03-27 15:54:05 +02:00
Jelle Besseling
afcb2d4145
minecraft-server: correct java options ( #157978 )
2022-03-27 15:09:46 +02:00
Janne Heß
158a2972eb
nixos/filesystems: Move options into the fs module
...
This was probably forgotten during a refactoring. The module is where
the values of the options are actually used.
2022-03-27 13:23:44 +02:00
Sandro
b9ddfd63b7
Merge pull request #162996 from alyssais/resolvconf-disable
2022-03-27 12:25:14 +02:00
Sandro
c2bc9e6c56
Merge pull request #165009 from fgaz/sfxr-qt/1.5.0
2022-03-27 11:39:40 +02:00
Jörg Thalheim
de698b740b
Merge pull request #156678 from Alexnortung/autorandr-module
...
nixos/autorandr: refactor
2022-03-27 07:46:09 +01:00
github-actions[bot]
ec92b288e2
Merge staging-next into staging
2022-03-27 06:01:57 +00:00
Martin Weinelt
7be28200e2
Merge remote-tracking branch 'origin/master' into staging-next
2022-03-27 01:45:13 +01:00
Artturin
c3c0444949
findutils: move {locate,updatedb} to a separate $locate output
...
https://github.com/NixOS/nixpkgs/issues/53925
2022-03-26 21:55:19 +02:00
linj
1e32d28824
nixos/dendrite: always substitute environment variables in config
...
Before this patch, services.dendrite.environmentFile is used for
secrets and environment variable substitution only happens when this
option is used.
systemd-247 provides a mechanism called LoadCredential for secrets and
it is better than environment file. See the section of Environment=
in the manual of systemd.exec for more information.
This patch always substitute environment variables, which enables the
usage of systemd LoadCredential.
2022-03-26 12:54:45 -07:00
github-actions[bot]
77dc421883
Merge staging-next into staging
2022-03-26 18:01:56 +00:00
github-actions[bot]
3b6f03e497
Merge master into staging-next
2022-03-26 18:01:22 +00:00
Janne Heß
a34c788e30
Merge pull request #163230 from helsinki-systems/feat/misc-prometheus-varnis
...
nixos/prometheus/exporters/varnish: improve some defaults
2022-03-26 18:32:30 +01:00
Janne Heß
fae56a205e
Merge pull request #165494 from helsinki-systems/upd/xfsprogs
...
xfsprogs: 5.13.0 -> 5.14.2
2022-03-26 18:31:11 +01:00
Alexander Nortung
7844c87ab7
Merge branch 'master' into autorandr-module
2022-03-26 14:18:23 +01:00
github-actions[bot]
b2fc63a844
Merge staging-next into staging
2022-03-26 12:02:50 +00:00
github-actions[bot]
811b90f085
Merge master into staging-next
2022-03-26 12:01:14 +00:00
Sandro
112a390c02
Merge pull request #165435 from JJJollyjim/term-maintainers
2022-03-26 12:33:12 +01:00
Jan Tojnar
95968e616c
Merge pull request #165231 from K900/the-unplumbening
...
nixos/pipewire: unbreak mixed Pulse/Pipewire setups
2022-03-26 11:42:15 +01:00
Vladimír Čunát
a42ca0678b
Merge branch 'master' into staging-next
2022-03-26 09:20:38 +01:00
Vladimír Čunát
b9eab51eed
Merge #160343 : GNOME: 41 -> 42
2022-03-26 09:16:07 +01:00
K900
435a5b675b
nixos/pipewire: introduce an explicit option to use Pipewire as audio server
2022-03-26 08:54:18 +03:00
Mihai-Drosi Câju
3186c367ce
nixos/waydroid: Misc fixes
...
* With the upgrade to waydroid to 1.2.0, dependencies that previously
were shipped in the service's path have been moved to the waydroid
package.
* Make sure /var/lib/misc exists when starting waydroid. As required
by dnsmasq
2022-03-25 19:51:41 -07:00
github-actions[bot]
7e0fb26e96
Merge staging-next into staging
2022-03-26 00:02:59 +00:00
github-actions[bot]
880c50a133
Merge master into staging-next
2022-03-26 00:02:23 +00:00
maxine [they]
65f39165eb
Merge pull request #165479 from savannidgerinel/savanni/1password-browsersupport
...
nixos/1password-gui: init at 8.6.0
2022-03-25 21:48:31 +01:00
Daniel Kilimnik
206e030ce2
installer/cd-dvd/iso-image: add syslinuxTheme config option
...
It was not possible to change the theme used by syslinux when building an iso image.
2022-03-25 21:37:20 +01:00