Artturi
520e363e82
Merge pull request #259891 from l0b0/refactor/xkb-attrset
2023-10-12 08:43:28 +03:00
Adam Stephens
cb719dfa72
nixos/tests/sabnzbd: add check for sabctools mismatch
2023-10-11 08:53:22 -04:00
github-actions[bot]
0e9411554d
Merge master into staging-next
2023-10-11 12:01:09 +00:00
Atemu
16fb0b365d
Merge pull request #259056 from leona-ya/nixos-paperless-systemd-254
...
nixos/paperless: fix start with latest systemd
2023-10-11 13:15:24 +02:00
Victor Engmark
3a6c79cff6
nixos/x11: refactor XKB options into a single attrset
...
[Motivation](https://github.com/NixOS/nixpkgs/issues/257817#issuecomment-1741705042 ):
- Having all the XKB options in the same attribute set clarifies their
relation better than using a common option name prefix ("xkb").
- `services.xserver.layout` is an XKB option, but this is not obvious
from its name. Putting it with the other XKB options clarifies this.
Co-authored-by: Michele Guerini Rocco <rnhmjoj@users.noreply.github.com>
2023-10-11 09:46:37 +03:00
github-actions[bot]
54e78cb7bf
Merge master into staging-next
2023-10-11 06:01:20 +00:00
Majiir Paktu
43f7cb4a95
nixos/pam: add order comment to each rule line
2023-10-10 21:11:35 -04:00
Majiir Paktu
5b8439f966
nixos/pam: add settings option for common argument styles
...
Adds easily overrideable settings for the most common PAM argument
styles. These are:
- Flag (e.g. "use_first_pass"): rendered for true boolean values. false
values are ignored.
- Key-value (e.g. "action=validate"): rendered for non-null, non-boolean
values.
Most PAM arguments can be configured this way. Others can still be
configured with the 'args' option.
2023-10-10 21:11:34 -04:00
Martin Weinelt
37773cd0b0
Merge pull request #259729 from natsukium/factory-boy
...
python311Packages.factory-boy: rename from factory_boy
2023-10-11 02:04:37 +02:00
github-actions[bot]
b1ae965cda
Merge master into staging-next
2023-10-10 18:00:56 +00:00
Weijia Wang
7db9836654
wordpress6_1, wordpress6_2: drop
2023-10-10 18:38:22 +02:00
Jörg Thalheim
8335022649
nixos/tests/systemd-boot: improve assertion error for update test
2023-10-10 14:49:51 +02:00
Luflosi
cf8aa48605
nixos/tests/kubo: various improvements
...
Add new test to check if kubo.passthru.repoVersion is set correctly.
Also split the existing NixOS VM test into two independent parts. The test already used two independent VMs but just one testScript. This made experimenting with just one of the two VMs slower than it needed to be. It should also increase parallelism slightly since both test scripts can now run at the same time.
2023-10-10 10:46:25 +02:00
Majiir Paktu
6eea7fb194
nixos/pam: extract args field
...
Module arguments have common escaping rules for all PAMs.
2023-10-09 23:17:37 -04:00
Carl Dong
e5c2c71280
nixos/nginx: Allow empty port for listen directive
...
When listening on unix sockets, it doesn't make sense to specify a port
for nginx's listen directive.
Since nginx defaults to port 80 when the port isn't specified (but the
address is), we can change the default for the option to null as well
without changing any behaviour.
2023-10-09 21:16:03 -04:00
github-actions[bot]
6b95af2485
Merge master into staging-next
2023-10-10 00:02:12 +00:00
Ryan Lahfa
bfc5d57d66
Merge pull request #259886 from RaitoBezarius/drop-varnish
2023-10-10 00:46:20 +02:00
Doron Behar
6843abd5fb
Merge pull request #231152 from tcheronneau/nixos.tinyproxy
...
Adding tinyproxy service to NixOS
2023-10-09 23:53:58 +03:00
6t8k
ebec07fd24
nixos/tests/openssh: wait for sshd(.socket) units, add timeout=30
...
Motivated by recently observed flakiness of this test on Hydra:
[1] https://github.com/NixOS/nixpkgs/pull/259051#issuecomment-1752363951
[2] https://hydra.nixos.org/build/237478399
2023-10-09 20:54:14 +02:00
github-actions[bot]
75d4639be3
Merge master into staging-next
2023-10-09 18:00:59 +00:00
Bobby Rong
f5ec74729c
Merge pull request #259787 from bobby285271/upd/pantheon-test
...
nixosTests.pantheon: Extend the tests
2023-10-09 20:41:32 +08:00
ajs124
dbe4e6d2c0
varnish74: init at 7.4.1
2023-10-09 14:14:21 +02:00
Raito Bezarius
f9f7fd208a
varnish72: drop, varnish73: drop
...
All of them are EOL according to https://endoflife.date/varnish
2023-10-09 03:06:32 +02:00
Bobby Rong
585164f759
nixosTests.pantheon: Extend the tests
...
This help me discover issues when I do manual testing.
2023-10-09 00:14:30 +08:00
github-actions[bot]
0b4a97a07f
Merge master into staging-next
2023-10-08 12:01:23 +00:00
Doron Behar
50a077328a
Merge pull request #259259 from Lassulus/syncthing_stale
...
nixos/syncthing: match stale ids by subtracting in jq
2023-10-08 12:53:34 +03:00
Fabián Heredia Montiel
7f16b623fc
Merge remote-tracking branch 'origin/master' into staging-next
2023-10-08 00:18:22 -06:00
Sarah Brofeldt
9b73af9b27
Merge pull request #259498 from TLATER/tlater/gitea-metrics
...
gitea: Add option to supply the metrics token via file
2023-10-08 07:53:33 +02:00
natsukium
abd8c26137
python311Packages.factory-boy: rename from factory_boy
2023-10-08 12:32:12 +09:00
Majiir Paktu
c3e90f5667
nixos/network-interfaces-systemd: require defaultGateway.interface
...
The logic for configuring a gateway without an interface specified adds
a route with Gateway= to *every interface* configured by NixOS for
networkd. This leads to nonsensical configurations like the following:
[Network]
DHCP=no
Address=192.168.0.1/24
[Route]
Gateway=10.0.0.1
GatewayOnLink=false
We remove this logic and make defaultGateway.interface required to
configure a default gateway when using networkd.
We can ignore the removal of GatewayOnLink because systemd defaults it
to "no" anyway.
2023-10-07 16:09:11 -04:00
Tristan Daniël Maat
b59e5a34e7
nixos/gitea: Add option to supply the metrics token via file
2023-10-07 21:53:02 +02:00
Lin Jian
021da9bf62
Merge pull request #259549 from woojiq/keyd
...
nixos/keyd: add `extraConfig` option
2023-10-07 23:18:51 +08:00
Maximilian Bosch
efc5c80e18
nextcloud25: remove
...
EOL of Nextcloud v25 is scheduled by the end of this month.
2023-10-07 16:16:42 +02:00
Bobby Rong
383b753bba
Merge pull request #259363 from bobby285271/fix/gnome-flashback
...
gnome.gnome-flashback: Fix x-d-p-gnome launch
2023-10-07 20:56:26 +08:00
github-actions[bot]
7520bf436a
Merge master into staging-next
2023-10-07 12:00:58 +00:00
Mario Rodas
5103716b44
Merge pull request #252800 from 1000101/prometheus-pgbouncer-exporter
...
prometheus-pgbouncer-exporter: init at 0.7.0
2023-10-07 06:37:06 -05:00
Doron Behar
34888cd1d1
nixos/tests/syncthing-init: Remove unused testName attribute
2023-10-07 14:04:43 +03:00
1000101
3b094812b1
prometheus-pgbouncer-exporter: init at 0.7.0
2023-10-07 11:44:40 +02:00
woojiq
fee1832e84
nixos/keyd: add extraConfig
option
2023-10-07 11:50:04 +03:00
github-actions[bot]
e2801b1fcf
Merge master into staging-next
2023-10-07 06:00:59 +00:00
K900
b7a3aaae38
Merge pull request #259460 from K900/test-eval-fixes
...
treewide: test eval fixes
2023-10-07 07:36:46 +03:00
github-actions[bot]
b7d8867fd1
Merge master into staging-next
2023-10-07 00:02:14 +00:00
Ryan Lahfa
ae7d5d59b8
Merge pull request #258569 from alyssais/linux-6.4-drop
2023-10-07 00:35:08 +02:00
Jan Tojnar
76a7aa445a
Merge branch 'master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/xdot/default.nix
between 2f244e3647
and 1a9a257cf7
2023-10-06 23:18:00 +02:00
K900
320fcb409c
nixos/tests/tracee: fix eval
...
Test still doesn't pass.
2023-10-07 00:17:54 +03:00
K900
b854f27f47
nixos/tests/sftpgo: fix eval
2023-10-07 00:10:50 +03:00
K900
29535e40ef
nixos/tests/lxd-image-server: fix eval
2023-10-07 00:07:50 +03:00
K900
93d52c5609
nixos/tests/mongodb: remove non-existent maintainer
2023-10-07 00:07:40 +03:00
K900
3626143f19
nixos/tests/litestream: fix eval
...
Test still doesn't pass.
2023-10-07 00:07:11 +03:00
K900
a4e7f5011d
nixos/tests: remove reference to non-existent test
2023-10-06 23:55:21 +03:00