github-actions[bot]
85f7b5276e
Merge master into staging-next
2023-03-22 18:01:11 +00:00
K900
d0f7d224da
nixos/firewall-nftables: avoid using wildcards
...
Those were added in kernel 5.13, which is newer than our oldest supported.
2023-03-22 17:45:05 +03:00
woojiq
296e7f92cd
keyd: add keyd service and test
...
The keyd package already exists, but without a systemd service.
Keyd requires write access to /var/run to create its socket. Currently
the directory it uses can be changed with an environment variable, but
the keyd repo state suggests that this may turn into a compile-time
option. with that set, and some supplementary groups added, we can run
the service under DynamicUser.
Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>
2023-03-22 15:12:29 +01:00
github-actions[bot]
0537539006
Merge master into staging-next
2023-03-22 12:01:22 +00:00
K900
5bf9765c0a
Merge pull request #217482 from motiejus/headscale_oidc_client_secret
...
headscale: natively support oidc.client_secret_path
2023-03-22 14:30:03 +03:00
github-actions[bot]
797a2b9bcc
Merge master into staging-next
2023-03-21 18:01:07 +00:00
Lassulus
3839340fdb
Merge pull request #220656 from oxzi/restic-cache-fix
...
nixos/restic: generalize cache configuration
2023-03-22 00:37:46 +07:00
Ryan Lahfa
06541976aa
Merge pull request #222236 from K900/bye-dpi
...
nixos/hidpi: remove
2023-03-21 15:04:59 +01:00
K900
4787ebf7ae
nixos/hidpi: remove
...
The single option tries to do too much work, which just ends up confusing people.
So:
- don't force the console font, the kernel can figure this out as of #210205
- don't force the systemd-boot mode, it's an awkward mode that's not supported
on most things and will break flicker-free boot
- add a separate option for the xorg cursor scaling trick and move it under the xorg namespace
- add a general `fonts.optimizeForVeryHighDPI` option that explicitly says what it does
- alias the old option to that
- don't set any of those automatically in nixos-generate-config
2023-03-21 13:29:57 +01:00
Martin Weinelt
ffe3165b27
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- nixos/doc/manual/release-notes/rl-2305.section.md
2023-03-21 12:35:53 +01:00
Weijia Wang
4af0426bba
Merge pull request #222149 from wegank/limesurvey-bump
...
limesurvey: 3.27.33+220125 -> 5.6.9+230306
2023-03-21 08:52:42 +02:00
Sandro
680e4d75b0
Merge pull request #222006 from mdarocha/remove-baget
2023-03-21 01:39:54 +01:00
github-actions[bot]
75c28ec351
Merge master into staging-next
2023-03-20 18:01:16 +00:00
Alvar Penning
0810a6e018
nixos/prometheus.alertmanagerIrcRelay: init
...
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
2023-03-20 15:57:11 +01:00
Martin Weinelt
9959ec97f8
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/wxPython/4.0.nix
- pkgs/development/python-modules/wxPython/4.1.nix
2023-03-20 15:07:36 +01:00
Weijia Wang
b64eb5bbbf
limesurvey: 3.27.33+220125 -> 5.6.9+230306
2023-03-20 14:31:32 +02:00
Sandro
6f8210495c
Merge pull request #221684 from SuperSandro2000/portunus-localhost
...
nixos/portunus: fix portunus not only listening on localhost
2023-03-20 13:25:34 +01:00
github-actions[bot]
f785fd289c
Merge master into staging-next
2023-03-20 12:01:29 +00:00
K900
af8b2c25ee
Merge pull request #222151 from nazarewk/supergfxd-path
...
supergfxd: add missing kmod to PATH
2023-03-20 11:53:33 +03:00
Krzysztof Nazarewski
ed4ce16637
supergfxd: add missing kmod to PATH
2023-03-20 09:44:47 +01:00
github-actions[bot]
96f7385465
Merge master into staging-next
2023-03-20 00:02:29 +00:00
Sandro Jäckel
dc5ffba52d
nixos/portunus: fix portunus not only listening on localhost
...
Closes #221678
2023-03-19 22:16:03 +01:00
Maximilian Bosch
23c5acad6a
Merge pull request #222042 from Ma27/fix-matrix-wellknown-example
...
nixos/doc: fix .well-known example for matrix-synapse
2023-03-19 21:44:19 +01:00
laalsaas
62b3fd5fd2
plasma5: move excludePackages option for consistency
2023-03-19 20:12:31 +01:00
Sandro
1641813e3b
Merge pull request #217515 from tensor5/nextcloud-s3-sse-c
2023-03-19 20:06:23 +01:00
Ryan Lahfa
49966f2c71
Merge pull request #221642 from Izorkin/fix-roundcube-tmp
...
nixos/roundcube: add tmp directory
2023-03-19 19:16:05 +01:00
Maximilian Bosch
8c118951d5
nixos/doc: fix .well-known example for matrix-synapse
...
I'm using this config on my homeserver and while trying out alternative
Matrix clients I discovered (pun intended) that the auto-discovery of my
homeserver is broken. While investigating I found out that neither the
JS nor the Rust SDK (tested via element-web and fractal) are happy about
an empty `m.identity_server`-block. Removing this part fixed the problem
for me.
2023-03-19 17:38:32 +01:00
mdarocha
4062f28a76
baget: remove due to upstream being unmaintained
2023-03-19 14:19:49 +01:00
github-actions[bot]
7c9f4934b8
Merge master into staging-next
2023-03-19 12:01:32 +00:00
Bjørn Forsman
48b0aa7164
nixos/sssd: create symlinks in /etc to fix sssctl
...
Without this, sssctl fails to read its configuration. Update the NixOS
test to ensure sssctl doesn't regress.
2023-03-19 09:28:35 +01:00
github-actions[bot]
c70342c89c
Merge master into staging-next
2023-03-19 00:02:27 +00:00
github-actions[bot]
a912b83051
Merge master into staging-next
2023-03-18 12:01:30 +00:00
talyz
ccaa6078ba
nixos/gitlab: Fix error when GitLab Pages is not enabled
...
Even if GitLab is used without Pages, some of its settings are still
used in the gitlab.yml file, resulting in errors such as
error: The option `services.gitlab.pages.settings.pages-domain' is used but not defined.
To fix this, make the settings' usage conditional on Pages being
enabled.
2023-03-18 11:34:51 +01:00
Atemu
bd7309c5a3
Merge pull request #221469 from wegank/solr-drop
...
solr: drop
2023-03-18 10:17:43 +01:00
github-actions[bot]
36748936f9
Merge master into staging-next
2023-03-18 06:01:16 +00:00
Sandro
8aedbfa038
Merge pull request #181013 from aidalgol/peroxide
2023-03-18 01:55:30 +01:00
github-actions[bot]
2c8e6963dc
Merge master into staging-next
2023-03-18 00:02:30 +00:00
K900
38d9db299e
nixos/plasma5: remove supportDDC option
...
The code for this was actually removed in #172078 .
2023-03-17 23:39:08 +03:00
Aidan Gauland
7fb4aae81f
nixos/peroxide: add module for peroxide service
2023-03-18 07:43:59 +13:00
github-actions[bot]
d761f69867
Merge master into staging-next
2023-03-17 17:57:00 +00:00
Izorkin
6263c45580
nixos/roundcube: add tmp directory
2023-03-17 19:40:23 +03:00
Sandro
7ec767ff54
Merge pull request #173697 from jmbaur/avahi-daemon-deny-interfaces
...
nixos/avahi: add denyInterfaces option
2023-03-17 17:11:49 +01:00
github-actions[bot]
2394986204
Merge master into staging-next
2023-03-17 12:01:17 +00:00
Weijia Wang
32f39395a7
Merge pull request #210101 from helsinki-systems/upd/jitsi
...
Update of all Jitsi Meet components
2023-03-17 12:23:14 +02:00
github-actions[bot]
6746017444
Merge master into staging-next
2023-03-17 00:02:33 +00:00
Pascal Bach
7c166f412b
Merge pull request #221096 from awakesecurity/minio-paths
...
nixos/minio: gracefully handle root credentials file
2023-03-16 20:56:37 +01:00
github-actions[bot]
455127ad5e
Merge master into staging-next
2023-03-16 18:01:20 +00:00
John Soo
740fea3edd
fixup! nixos/minio: activate/restart service on credentials path changes
2023-03-16 09:45:09 -07:00
Weijia Wang
c24a8ccc98
solr: drop
2023-03-16 16:17:04 +02:00
Bernardo Meurer
6e55733359
Merge pull request #219747 from Stunkymonkey/deprecate-isNull
2023-03-16 11:10:22 -03:00