Adam Dinwoodie
bb72703fd9
docs: remove outdated references to CODEOWNERS
...
As of b01ca00aed
(CODEOWNERS: Switch to alternate mechanism,
2024-10-10) and #336261 , this repository doesn't use the GitHub
CODEOWNERS file, but instead has its own similar mechanism. Remove and
update references to the CODEOWNERS file in various documentation files.
2024-12-30 22:08:49 +00:00
Martin Weinelt
fe14d4d83e
nixos/matter-server: allow AF_UNIX sockets for dbus connections ( #369203 )
2024-12-30 21:53:25 +01:00
Will Fancher
0465e2ef7c
nixos/plymouth: Respect plymouth.enable=0 in scripted stage 1 ( #355601 )
2024-12-30 13:33:23 -05:00
Will Fancher
629c936fd2
nixos/plymouth: Respect plymouth.enable=0 in scripted stage 1
...
Removing the splash param only causes plymouth to display console
output by default; it still runs. Systemd stage 1 respects this flag
due to unit conditions preventing plymouth from even running. So this
brings parity to scripted stage 1.
2024-12-30 13:06:00 -05:00
Adam C. Stephens
d836dc6ebf
atuin: 18.3.0 -> 18.4.0 ( #369322 )
2024-12-30 09:19:38 -05:00
nicoo
238b407862
nixos: hardware.pulseaudio → services.pulseaudio ( #369391 )
2024-12-30 13:46:50 +00:00
Franz Pletz
74361b2828
prometheus: 3.0.0 -> 3.0.1 ( #369347 )
2024-12-30 14:33:34 +01:00
Cosima Neidahl
952fbd2f0e
nixos/kimai: fix incorrect service name for PHP-FPM service mixin, set PHP package for PHP-FPM pool to Kimai's PHP package ( #358743 )
2024-12-30 13:55:30 +01:00
Franz Pletz
fe6c468ecc
nixos/tests/prometheus-pushgateway: remove missing target
...
network-online.target isn't wanted by multi-user.target anymore.
2024-12-30 13:52:44 +01:00
Jörg Thalheim
25d0c5fd08
doc: Add warning for configuration file copy in flake systems ( #369051 )
2024-12-30 13:00:37 +01:00
Markus Kowalewski
bea29cd04f
nixos/zenohd: add module and test ( #368613 )
2024-12-30 12:32:19 +01:00
r-vdp
5917e244b6
atuin: switch to runTest to run the VM test
2024-12-30 10:22:00 +01:00
r-vdp
3923625713
atuin: 18.3.0 -> 18.4.0
...
See https://github.com/atuinsh/atuin/releases/tag/v18.4.0
Replaces #368682
2024-12-30 10:03:48 +02:00
Gaétan Lepage
3e7585fd5b
cockpit: 330 -> 331 ( #368886 )
2024-12-29 23:48:37 +01:00
Thiago Kenji Okada
932a3ae36b
rofi: 1.7.5 -> 1.7.6 ( #369121 )
2024-12-29 19:32:19 +00:00
Magnus Bergmark
ae4bba9b33
rofi: 1.7.5 -> 1.7.6
...
New dependency: xcbutilkeysyms
ABC-sorted the xcb dependencies to make them easier to scan in the
future.
Added release note about this version because it is much larger than the
patch-level version bump might indicate.
2024-12-29 20:11:41 +01:00
Martin Weinelt
2a7d47f814
nixos/matter-server: allow AF_UNIX sockets for dbus connections
...
This is necessary for establishing bluetooth connections over dbus and
bluez.
2024-12-29 19:17:48 +01:00
Franz Pletz
3a3b9dbba3
nixos/minidlna: refactor ( #344018 )
2024-12-29 16:21:13 +01:00
Arne Keller
e9d640eaf3
nixos/vivid: init module ( #345656 )
2024-12-29 16:07:07 +01:00
Thiago Kenji Okada
d05ee735c4
nixos/nix-optimise: add randomizedDelaySec and persistent options ( #362366 )
2024-12-29 14:22:51 +00:00
Arne Keller
5de8c5b941
nixos/chrony: fix memory locking issue with graphene-hardened-light ( #356837 )
2024-12-29 15:08:43 +01:00
Arne Keller
4b7712c3f1
nixos/dex: Restart on referenced file changes ( #343738 )
2024-12-29 14:54:15 +01:00
Gaétan Lepage
65b073701a
python312Packages.{jax,jaxlib}: 0.4.28 -> 0.4.38; use jaxlib-bin by default ( #363130 )
2024-12-29 14:06:34 +01:00
Thiago Kenji Okada
b821685bc8
caddy: withPlugins
better error messages for untagged plugins ( #368657 )
2024-12-29 12:32:21 +00:00
natsukium
214660c708
python312Packages.jaxlib-bin: 0.4.28 -> 0.4.38
...
Diff: jax-ml/jax@jaxlib-v0.4.28...jaxlib-v0.4.38
Changelog: https://github.com/jax-ml/jax/releases/tag/jaxlib-v0.4.38
2024-12-29 20:36:35 +09:00
Lucy
8a1561bba6
doc: Add warning for configuration file copy in flake systems
2024-12-29 10:39:46 +01:00
misuzu
1bdf3ca3ad
nixos/wireguard-networkd: fix loading pre shared keys for peers without a custom name ( #368684 )
2024-12-29 11:33:22 +02:00
Florian Klink
23439d2761
rl-2411: add an entry for the new kmonad module ( #368834 )
2024-12-29 10:19:54 +01:00
Florian Klink
2b9a286555
nixos/movim: fixups ( #364229 )
2024-12-29 10:19:08 +01:00
seth
716c9419b0
ghostty: add nixos tests, add build options, fix x11 backend ( #368726 )
...
* ghostty: add nixos test
* ghostty: add nixosTests.allTerminfo to passthru.tests
* ghostty: factor out dependencies
This is meant to make cross platform support a bit easier. The options
are kept private as they aren't meant to be touched by end users
* ghostty: add optimizationLevel option
* ghostty: cleanup outputs
* ghostty: fix x11 backend
Forcing linkage isn't enough for Zig's `dlopen()` call. Let's just point
it towards the exact path instead
* ghostty: add darwin to meta.platforms
2024-12-29 04:09:33 -05:00
Pol Dellaiera
b60fe11f2f
Bump and rename siduck76-st > st-snazzy ( #360236 )
2024-12-29 10:06:20 +01:00
โทสตัล
180c953138
nixos/movim: rm logs if found
2024-12-29 11:08:37 +07:00
โทสตัล
0d59a5928e
optionally add group to nginx user
2024-12-29 11:08:36 +07:00
โทสตัล
22c7e68534
syntax hints for tree-sitter
2024-12-29 11:08:36 +07:00
โทสตัล
c15c466d29
typo in script name
2024-12-29 11:08:36 +07:00
โทสตัล
431afe7289
use mkDefaults for Nginx config
2024-12-29 11:08:36 +07:00
โทสตัล
2e5268e2a5
use movim’s database user
2024-12-29 11:08:36 +07:00
lucasew
44812cdb98
tests/cockpit: each wait with its own waiter, treat /nonexistent case
...
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-12-28 16:10:44 -03:00
lucasew
b06a23a614
cockpit: 330 -> 331
...
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-12-28 16:10:39 -03:00
Yifei Sun
a466b8cc12
nixos/tests/caddy: add pkgs.caddy.withPlugins test
2024-12-28 10:13:17 -05:00
Yifei Sun
9ed97b91f7
caddy: add docs about untagged plugins
2024-12-28 10:13:17 -05:00
Lin Jian
37302163ed
rl-2411: add an entry for the new kmonad module
2024-12-28 22:59:45 +08:00
Samuel Rounce
b256398a32
nixos/dex: Restart on referenced file changes
...
Dex now restarts when EnvironmentFile or client secretFile paths
change.
2024-12-28 11:59:12 +00:00
rnhmjoj
a00e827110
nixos/tests/networkmanager: test NM is started at boot
2024-12-28 12:11:01 +01:00
rnhmjoj
69b630d893
nixos/networkmanager: match upstream units Install sections
...
The upstream NetworkManager.service unit[1] has this Install section:
[Install]
WantedBy=multi-user.target
Also=NetworkManager-dispatcher.service
Also=NetworkManager-wait-online.service
Let's just match that in NixOS and don't try to mess with
network.target. The latter should only be used to order units at
shutdown, not when booting.
[1]: https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/data/NetworkManager.service.in?ref_type=heads
2024-12-28 12:09:59 +01:00
Gaetan Lepage
4b5bbe915e
nixos/zfs-replication: fix typo
2024-12-28 10:44:41 +01:00
Guillaume Girol
ba00c29619
nixos/sane: ensure saned can access usb scanners ( #367198 )
2024-12-28 10:07:58 +01:00
Jeffrey C. Ollie
3c6c6920b3
ghostty: init at 1.0.0 ( #368404 )
...
* maintainers: add jcollie
* ghostty: init at 1.0.0
2024-12-27 22:04:47 -05:00
Markus Kowalewski
6298d3e530
nixos/zenohd: add module and test
2024-12-28 02:09:38 +01:00
networkException
61d11b7ea4
nixos/tests/wireguard: test for pre shared keys working with networkd
2024-12-28 01:41:03 +01:00