Kiskae
d120c53077
linuxPackages_6_2.nvidia_x11: disable ibt
2023-02-22 18:08:41 +01:00
K900
8a678a16f8
Merge pull request #217578 from eduarrrd/pam
...
PAM service fixups for plasma5 and sddm
2023-02-22 16:30:02 +03:00
github-actions[bot]
0f910f5664
Merge master into staging-next
2023-02-22 12:01:31 +00:00
Nick Cao
d377d9bc2e
Merge pull request #216785 from 1sixth/set-polkituser-gid
...
nixos/polkit: set static gid for polkituser
2023-02-22 18:14:40 +08:00
github-actions[bot]
77f501b5df
Merge master into staging-next
2023-02-22 06:01:21 +00:00
1sixth
e56db577a1
nixos/polkit: set static gid for polkituser
...
polkituser needs a group since https://github.com/NixOS/nixpkgs/pull/130522 .
2023-02-22 08:46:55 +08:00
github-actions[bot]
3cd1b92b06
Merge master into staging-next
2023-02-22 00:02:34 +00:00
Luflosi
e5ffc94ea9
nixos/mautrix-facebook: fix copy&paste error
...
Closes https://github.com/NixOS/nixpkgs/issues/166312 .
2023-02-22 00:03:19 +01:00
Sandro
5b7d323435
Merge pull request #216909 from emilytrau/tailscale-tweaks
2023-02-21 23:21:09 +01:00
Eduard Bachmakov
45a6488f9c
nixos/sddm + nixos/plasma5: switch PAM service to login.
...
GDM and LightDM are already using this approach. It also allows us to
enable Kwallet integration more globally without generating stray PAM
services.
The default configuration of login service includes both options sddm
was setting explicitly.
2023-02-21 22:48:09 +01:00
Eduard Bachmakov
2ca5a88f8e
nixos/plasma5: remove non-existant/unused PAM service configs.
...
This removes two unused service configs from /etc/pam.d/ and, more
importantly, reduces confusion.
* kdm no longer exists in nixpkgs
* `pam.d/gdm` is not used by gdm
* `pam.d/lightdm` IS used by lightdm but hardcoded using .text rather
than attrset+template.
2023-02-21 22:28:32 +01:00
Sandro Jäckel
a4f63a6e77
nixos/no-x-libs: hide qt5's self
2023-02-21 21:14:08 +01:00
github-actions[bot]
fd8dd0c966
Merge master into staging-next
2023-02-21 18:01:08 +00:00
pennae
3794c04d79
nixos/manual: fix manpage links
...
{manpage} already exapnds to a link but akkoma wants to link to
a specific setting. split the mention for clarity.
networkd just straight up duplicated what {manpage} generates anyway, so
that link can go away completely.
2023-02-21 18:26:39 +01:00
Dominic Shelton
38593bc3c0
nixos/flipperzero: init
2023-02-21 17:45:14 +01:00
ajs124
bdb0566f8b
nixos/nextcloud-notify_push: use lib.genAttrs
2023-02-21 15:53:27 +01:00
ajs124
6c24a28ea6
nixos/nextcloud-notify_push: add some restart config to the service
2023-02-21 15:05:17 +01:00
ajs124
671bd1ef7a
nixos/nextcloud-notify_push: add database options
2023-02-21 15:05:16 +01:00
ajs124
1f0aa74c8f
nixos/nextcloud-notify_push: init
2023-02-21 15:05:16 +01:00
github-actions[bot]
a160ec1116
Merge master into staging-next
2023-02-21 12:01:36 +00:00
Martin Weinelt
0663b90f54
Merge pull request #213232 from mweinelt/tts-module
...
nixos/tts: init
2023-02-21 11:33:20 +00:00
Martin Weinelt
198713cf82
nixos/tts: init
...
Provide a module to configure Coqui TTS, available as `tts` in nixpkgs
for a few releases already.
The module supports multiple servers in parallel, so multiple languages
and testing scenarios can be covered, without affecting any production
usage.
2023-02-21 11:59:17 +01:00
Franz Pletz
0e6e15e124
Merge pull request #216815 from R-VdP/flashrom-udev-rules
...
flashrom: use a udev uaccess tag instead of introducing a custom flashrom group
2023-02-21 11:41:53 +01:00
Sandro
7606d0e004
Merge pull request #199798 from j2ghz/patch-1
...
Add package override to mimir
2023-02-21 09:37:57 +01:00
github-actions[bot]
af79979d58
Merge master into staging-next
2023-02-21 06:01:00 +00:00
Aaron Andersen
ab8815a4b6
Merge pull request #215789 from bb2020/mbpfan
...
nixos/mbpfan: add aggressive option
2023-02-20 22:24:11 -05:00
Martin Weinelt
d92d6030be
Merge pull request #217089 from mweinelt/hass-pythonpath
...
home-assistant: Load optional deps from PYTHONPATH
2023-02-21 00:52:47 +00:00
github-actions[bot]
e3e8374b6f
Merge master into staging-next
2023-02-21 00:02:33 +00:00
Will Fancher
bb7cd63150
Merge pull request #215381 from lilyinstarlight/fix/make-initrd-ng-wrapped-executables
...
make-initrd-ng: support wrapped executables
2023-02-20 14:11:48 -05:00
github-actions[bot]
08d46af354
Merge master into staging-next
2023-02-20 18:01:32 +00:00
Martin Weinelt
e01ccd6245
home-assistant: Inject extra dependencies through PYTHONPATH
...
Injecting configuration specific dependencies into the
propagatedBuildInputs of the home-assistant package forces alot of
rebuilds while setting up home-assistant, which is annoying.
By passing optional dependencies into home-assistant via the systemd
units PYTHONPATH environment variable, only he concatenation of
library paths in the systemd unit requires a rebuild.
This also means users can rely heavily on the cached home-assistant
package and will rarely have to build from source, if ever.
2023-02-20 18:37:20 +01:00
Joachim Breitner
20c135b191
docs: borg expects --rsh, not -rsh
2023-02-20 18:02:28 +01:00
Kim Lindberger
e0c0a6c80c
Merge pull request #215523 from talyz/discourse-3.1.0.beta2
...
discourse: 2.9.0.beta14 -> 3.1.0.beta2
2023-02-20 13:58:05 +01:00
Lily Foster
1fa1b58c25
nixos/console,nixos/systemd-initrd: remove now-unnecessary wrapped bin inclusions
2023-02-20 07:02:55 -05:00
github-actions[bot]
b629ad5e83
Merge master into staging-next
2023-02-20 06:01:33 +00:00
Nick Cao
902b5229e2
Merge pull request #216922 from NickCao/mautrix-telegram
...
mautrix-telegram: unstable-2023-01-28 -> unstable-2023-02-16, with dependency and module updates
2023-02-20 08:56:43 +08:00
Bernardo Meurer
39182edca4
Merge pull request #217196 from NixOS/linux-firmware-update
2023-02-20 00:54:25 +00:00
github-actions[bot]
4a14359163
Merge master into staging-next
2023-02-20 00:02:26 +00:00
Bernardo Meurer
fc9e3696e0
rtw89-firmware: drop
2023-02-19 23:26:53 +00:00
Yureka
c683aaaa1d
nixos/nixos-containers: add specialArgs option ( #216677 )
2023-02-19 21:25:04 +01:00
bb2020
1e75de336c
nixos/mbpfan: add aggressive option
2023-02-19 16:57:07 +03:00
github-actions[bot]
85ba84c218
Merge master into staging-next
2023-02-19 12:01:25 +00:00
Jonas Heinrich
553c376a49
nixos/networkd-dispatcher: init
2023-02-19 04:42:25 -05:00
Nick Cao
a1291d0d02
Merge pull request #205784 from Eliot00/v2raya-fix
...
v2raya: v2rayA should start after nftables
2023-02-19 15:08:29 +08:00
github-actions[bot]
a1eb3e0b3e
Merge master into staging-next
2023-02-19 00:02:27 +00:00
Kim Lindberger
30ed4863cd
Merge pull request #209147 from vojta001/parsedmarc_grafana
...
nixos/parsedmarc: fix Grafana provisioning
2023-02-18 23:38:33 +01:00
Sandro
6c611e8ff0
Merge pull request #216159 from Cynerd/gitlab-runner-bash-quote
2023-02-18 19:54:37 +01:00
github-actions[bot]
05782cfb75
Merge master into staging-next
2023-02-18 18:01:22 +00:00
Florian Klink
4bfb6411e3
Merge pull request #215188 from ElvishJerricco/binfmt-bad-setting-fix
...
binfmt: Don't create invalid service with no registrations
2023-02-18 15:39:46 +01:00
Nick Cao
2cf8e2f7ad
nixos/mautrix-telegram: add ffmpeg-full to path
...
Used for converting tgs to webm and webp format, as well as generating
video thumbnails. Using ffmpeg-full for webp support.
2023-02-18 15:40:55 +08:00