nikstur
e8b4e945dd
nixos/systemd-repart: remove superfluous gpt manipulation
2023-10-16 19:03:57 +02:00
github-actions[bot]
cb4734193d
Merge master into staging-next
2023-10-16 12:01:25 +00:00
Jennifer Graul
d4b59bcdb0
nixos/librenms: add nixos test
2023-10-16 13:28:22 +02:00
Jean-François Roche
fb3723fe52
nixos/tang: create module for tang server ( #247037 )
...
This commit adds a module for the tang server and the related nixos test.
2023-10-16 13:10:15 +02:00
Alyssa Ross
579ae9b989
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/python-modules/cirq-core/default.nix
2023-10-16 08:49:23 +00:00
Julien Malka
8cff7c9e69
tests/ferretdb: init
2023-10-16 10:15:30 +02:00
zowoq
4ef9100595
nixosTests.buildbot: fix impure evaluation
2023-10-16 15:40:45 +10:00
Martin Weinelt
94c8c31bee
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/numba/default.nix
2023-10-15 22:31:34 +02:00
Maximilian Bosch
083a10949a
Merge pull request #258695 from Majiir/fix-networkd-defaultgateway
...
nixos/network-interfaces-systemd: support and require defaultGateway.interface
2023-10-15 16:42:01 +02:00
Lassulus
a3dacf1dc8
Merge pull request #260306 from doronbehar/nixos/syncthing-many-devices
2023-10-15 10:24:40 +01:00
h7x4
6cd8da76f9
nixos/hedgedoc: refactor to reduce option count
...
- Remove lots of declared options that were not used outside of being
included in settings. These should now be used through the freeform
module.
- Deprecate `cfg.workDir`, in favor of using systemds `StateDirectory`
- Use sqlite as default database.
Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
2023-10-15 08:45:43 +02:00
github-actions[bot]
1d9483230a
Merge master into staging-next
2023-10-15 00:02:33 +00:00
ajs124
89e976973b
linux_4_14: remove
2023-10-15 01:19:34 +02:00
Doron Behar
79c78d68c6
nixos/syncthing: get API key for every curl request
...
Fixes #260262 .
2023-10-15 02:04:52 +03:00
Doron Behar
b9b120c607
nixosTests.syncthing-many-devices: init
2023-10-15 02:04:52 +03:00
Maximilian Bosch
632cfff257
Merge pull request #259619 from Majiir/fix-networkd-dhcp
...
nixos/network-interfaces-systemd: fix DHCP setting
2023-10-14 20:47:36 +02:00
Majiir Paktu
c4228b6c8f
nixos/network-interfaces-systemd: fix DHCP setting
...
The networkd backend logic for setting DHCP= on an interface is bugged
and inconsistent with the scripted logic. Consider this simple NixOS
configuration:
{
networking.useNetworkd = true;
networking.interfaces.eth0.wakeOnLan.enable = true;
}
The default value of networking.useDHCP is true, so we expect our eth0
interface to have DHCP enabled. With the scripted backend, this works.
But the networkd backend generates the following 40-eth0.network file:
[Match]
Name=eth0
[Network]
DHCP=no
IPv6PrivacyExtensions=kernel
This is happening because the wakeOnLan configuration creates a key in
networking.interfaces, and the networkd backend erroneously checks that
instead of for explicitly configured IP addresses as in the scripted
backend. The documentation is also inconsistent across various options.
This change aligns the networkd backend and option documentation to the
actual behavior of the scripted backend, and updates a test to account
for this behavior for both backends.
2023-10-14 13:57:32 -04:00
Weijia Wang
2c4a6562d1
Merge branch 'master' into staging-next
2023-10-14 00:22:03 +02:00
Fabián Heredia Montiel
d80ad25cf8
Merge pull request #259792 from Luflosi/kubo-test-improvements
...
nixos/tests/kubo: various improvements
2023-10-13 16:13:46 -06:00
github-actions[bot]
4a7eb88e55
Merge master into staging-next
2023-10-13 18:01:03 +00:00
Bobby Rong
3eb6ccb947
Merge pull request #260479 from bobby285271/upd/xfce-test
...
nixosTests.xfce: Extend the test
2023-10-13 23:36:44 +08:00
Maximilian Bosch
35f6dbe7fc
Merge pull request #259967 from Ma27/nextcloud-cleanups
...
nextcloud: 27.1.0 -> 27.1.2, update nginx, drop nextcloud25
2023-10-13 16:40:40 +02:00
Bobby Rong
8609b30455
nixosTests.xfce: Extend the test
...
So we got some basic OCR testing here.
2023-10-13 22:40:03 +08:00
github-actions[bot]
176015fc74
Merge master into staging-next
2023-10-12 18:01:06 +00:00
Weijia Wang
1cdfe7f591
Merge pull request #260260 from wegank/wordpress-alias
...
wordpress6_1, wordpress6_2: drop
2023-10-12 19:38:05 +02:00
Adam Stephens
c2ff509e66
lxc-container: add squashfs image support and release output
2023-10-12 10:52:05 -04:00
github-actions[bot]
f220ef48f8
Merge master into staging-next
2023-10-12 12:01:25 +00:00
Molly Miller
1a794a3e4b
nixos/mailman: store locks in ephemeral runtime directory
...
nixosTests.mailman: test mailman master lock handling
2023-10-12 10:39:18 +00:00
Alyssa Ross
1bb67a90ba
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/python-modules/bambi/default.nix
pkgs/development/python-modules/jaxopt/default.nix
2023-10-12 09:08:12 +00:00
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
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
K900
969a309b9e
nixos/tests/sftpgo: fix eval
2023-10-06 23:55:20 +03:00
K900
a101216526
nixos/tests/osquery: fix eval
2023-10-06 23:55:20 +03:00
K900
16753291fa
nixos/tests/legit: fix eval
2023-10-06 23:55:20 +03:00
K900
a3323f68a7
nixos/tests/hardened: fix eval
2023-10-06 23:54:57 +03:00
K900
1bc5af0f6a
nixos/tests/dconf: fix config format
...
This was changed in the module, but not in the test
2023-10-06 23:52:52 +03:00
Lin Jian
272dba1e31
Merge pull request #257415 from ehmry/yggdrasil
...
nixos/yggdrasil: add extraArgs option
2023-10-07 02:05:36 +08:00
Emery Hemingway
3fc4ecafeb
nixos/yggdrasil: add extraArgs option
2023-10-06 17:59:14 +01:00
Ryan Lahfa
c22f1c1cfa
Merge pull request #257828 from mbey-mw/nginx-tmpfiles-rules
2023-10-06 15:28:36 +02:00
Marek Beyer
040cf48d28
nixos/tests: add test for nginx temp directories removal
...
The default temp directories for nginx must not be removed by
systemd-tmpfiles-clean.service. This test lowers the age parameter for /tmp and
triggers a cleanup that would normally only occur after 10 days of nginx
inactivity. After that, the functionality of nginx that requires a temporary
directory is tested again.
2023-10-06 14:26:37 +02:00
Alyssa Ross
e8f0afa7b0
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/python-modules/qcelemental/default.nix
2023-10-06 12:11:15 +00:00
Bobby Rong
3db8e68328
nixos/tests/gnome-flashback: Restore wait_for_x test
...
Should be passing now.
2023-10-06 18:39:10 +08:00
Tom Fitzhenry
736884108d
sgt-puzzles: rename all "sgtpuzzles" -> "sgt-puzzles"
...
nixpkgs currently mixes sgtpuzzles/sgt-puzzles across filenames,
packages, tests.
This inconsistency is frequently annoying.
Let's unify on "sgt-puzzles", on the basis that:
* "sgt-puzzles" is the package filename.
* Alpine/FreeBSD/Debian use "sgt-puzzles". No other distro uses
"sgtpuzzles". https://repology.org/project/sgt-puzzles/versions
2023-10-06 21:36:48 +11:00
Bobby Rong
49dda70dbc
Merge pull request #259222 from bobby285271/fix/gnome-flashback-eval
...
nixosTests.gnome-flashback: Fix eval
2023-10-06 17:31:44 +08:00
Will Fancher
524714f7ea
systemd 254: ZFS /usr fix with systemd-stage-1
2023-10-06 04:25:25 -04:00
Bobby Rong
190a819ecb
nixosTests.gnome-flashback: Ensure gnome-flashback-media-keys starts
2023-10-06 16:04:24 +08:00
Leona Maroni
65209cbc21
nixosTests.paperless: add additional test using postgresql as db
...
With that test we also test, that paperless can connect to the outside
postgresql socket.
Co-Authored-By: Erik Arvstedt <erik.arvstedt@gmail.com>
2023-10-05 12:58:09 +02:00
github-actions[bot]
77b60239ac
Merge master into staging-next
2023-10-05 00:02:28 +00:00
Jörg Thalheim
07c70a41ab
nixos/mediawiki: add nginx option
...
mediawiki: configure uploadsDir
2023-10-04 22:21:55 +01:00
Tobias Stenzel
1261914a96
percona-server_8_0: init at 8.0.34
2023-10-04 20:58:50 +02:00
github-actions[bot]
c7a3c2d71b
Merge master into staging-next
2023-10-04 12:01:01 +00:00
Doron Behar
34585a2b76
Merge pull request #256866 from kirillrdy/transmission
...
transmission, transmission_4: set mainProgram and restore nixosTests
2023-10-04 13:20:46 +03:00
Alyssa Ross
ae3682cb17
linux_6_4: drop (EOL)
...
It's still in kernels-org.json, because even if I remove it the update
script will keep putting it back, but nothing references it, and it'll
be removed from that file when kernels are next updated after it's
been delisted from kernel.org.
linux_testing_bcachefs still needs to be updated for >6.4, so for now
I've just inlined the Linux 6.4 definition in linux_testing_bcachefs's
definition.
2023-10-02 17:27:32 +00:00
Weijia Wang
ccdb43a66a
Merge branch 'master' into staging-next
2023-10-02 14:49:01 +02:00
Ryan Lahfa
06f013e0cd
Merge pull request #238847 from nikstur/qemu-vm-external-disk-image
2023-10-02 13:27:03 +02:00
Linus Heckemann
313d0245a8
Merge pull request #256666 from lheckemann/bcachefs-keyring
...
bcachefs tests: unlock directly to the right keyring
2023-10-02 11:35:16 +02:00
nikstur
62e95d095d
nixos/qemu-vm: optionally disable overriding fileSystems
...
Allow the user to disable overriding the fileSystems option with
virtualisation.fileSystems by setting
`virtualisation.fileSystems = lib.mkForce { };`.
With this change you can use the qemu-vm module to boot from an external
image that was not produced by the qemu-vm module itself. The user can
now re-use the modularly set fileSystems option instead of having to
reproduce it in virtualisation.fileSystems.
2023-10-02 11:13:26 +02:00
github-actions[bot]
708561b6ea
Merge master into staging-next
2023-10-01 18:01:08 +00:00
Ryan Lahfa
8bc4e1927c
Merge pull request #255321 from p-h/ulogd-multiple-logging-stacks
2023-10-01 17:53:19 +02:00
github-actions[bot]
6b41a98c6c
Merge master into staging-next
2023-09-30 00:01:53 +00:00
Wietse de Vries
86dbce6d07
audiobookshelf: init module
2023-09-29 22:01:45 +02:00
Ryan Lahfa
2ab7fc113d
Merge pull request #252766 from Ma27/systemctl-edit-runtime-suggest
2023-09-28 16:28:48 +02:00
Maximilian Bosch
e515dce892
nixos/sshd: fix sshd.conf validity check
...
When using e.g. `{ addr = "[::]"; port = 22; }` at `listenAddresses`,
the check fails because of an escaping issue[1] with
last 1 log lines:
> Invalid test mode specification -f
For full logs, run 'nix log /nix/store/c6pbpw5hjkjgipmarwyic9zyqr1xaix5-check-sshd-config.drv'
Using `lib.escapeShellArg` appears to solve the problem.
[1] https://github.com/NixOS/nixpkgs/pull/256090#issuecomment-1738063528
2023-09-28 00:11:31 +00:00
Ryan Lahfa
e909050efd
Merge pull request #257047 from minijackson/netbox-3.6.2
2023-09-27 18:50:54 +02:00
Minijackson
541d1eef67
netbox_3_3: remove
...
should be, by now, unused by everyone
Co-authored-by: Raito Bezarius <masterancpp@gmail.com>
2023-09-26 22:51:48 +02:00
Minijackson
3cc7cbce03
netbox_3_6: init, mark 3_5 as EOL
...
use it for the upgrade test
increase tests memory, otherwise NetBox gets OOM killed
Co-authored-by: Raito Bezarius <masterancpp@gmail.com>
2023-09-26 22:42:49 +02:00
Alexander Bantyev
299e0b9560
Merge pull request #255033 from AleXoundOS/castopod
...
castopod: init at 1.6.4
2023-09-26 16:42:26 +04:00
Ryan Lahfa
4242ecd871
Merge pull request #248372 from yaxitech/amd-sev-guest
2023-09-25 13:10:42 +02:00
Alyssa Ross
c5c30274a3
nixosTests.tinywl: fix by adding Mesa drivers
...
Required since upstream commit 49738406 ("render: don't fall back to
Pixman if we have a render node").
2023-09-25 13:04:20 +02:00
WilliButz
2d30a37d9f
Merge pull request #248925 from FugiMuffi/prometheus-sabnzbd-exporter
...
prometheus-sabnzbd-exporter: init at 0.1.70
2023-09-25 12:09:36 +02:00
Will Fancher
4bd4976b87
Merge pull request #251290 from Majiir/systemd-initrd-networking-features
...
nixos/network-interfaces-systemd: support `vlans`, `bridges` in systemd-initrd
2023-09-25 05:07:23 -04:00
misuzu
c220d280b0
nixosTests.castopod: init
2023-09-25 10:17:44 +04:00
Maximilian Bosch
9bd9e20e9a
Merge pull request #256090 from CRTified/sshd-validation-fix
...
nixos/sshd: Specify connection parameters for configuration validation
2023-09-24 14:12:46 +02:00
Minijackson
6c7e768420
netbox_3_5: introduce alias
...
clears up ambiguity
use that alias in tests
Co-authored-by: Raito Bezarius <masterancpp@gmail.com>
2023-09-24 10:13:05 +02:00
Martin Weinelt
1ff350f7b8
Merge pull request #81460 from vcunat/p/knot-nixConfig
...
nixos/knot: allow full configuration by nix values
2023-09-23 20:55:54 +02:00
Janne Heß
cc55ef9d55
Merge pull request #254993 from helsinki-systems/feat/stc-mount-improvements
...
nixos/switch-to-configuration: Mount improvements and a lot more test cases
2023-09-23 17:03:13 +02:00
Kirill Radzikhovskyy
ea9254a5a5
nixosTests.tranmission_4: init
2023-09-23 21:38:47 +10:00
Martin Weinelt
45e71a7a99
nixosTests.kea: use knot.settings for configuration
2023-09-23 10:04:02 +02:00
Martin Weinelt
8e93f353cc
nixosTests.knot: use settings format
2023-09-23 10:04:02 +02:00
Maciej Krüger
04e64fa716
nixosTests.sudo-rs: use sudo-rs
...
As the module was renamed, we need to use the new one
2023-09-22 15:14:14 +02:00
illustris
1cd3c804bf
hadoop, nixos/hadoop: remove untarDir
2023-09-22 16:34:07 +05:30
Linus Heckemann
f6f5f60879
bcachefs tests: unlock directly to the right keyring
2023-09-22 12:58:04 +02:00
Janne Heß
358347e8b6
nixos/switchTest: Also test swap devices
2023-09-22 10:26:11 +02:00
Janne Heß
85c1c30fd9
nixos/switch-to-configuration: Never unmount / or /nix
...
Also adds a huge test for fstab handling
2023-09-22 10:26:10 +02:00
Lin Jian
759ec1113d
nixos/network-interfaces: stop wrapping ping with cap_net_raw
...
From systemd 243 release note[1]:
This release enables unprivileged programs (i.e. requiring neither
setuid nor file capabilities) to send ICMP Echo (i.e. ping) requests
by turning on the "net.ipv4.ping_group_range" sysctl of the Linux
kernel for the whole UNIX group range, i.e. all processes.
So this wrapper is not needed any more.
See also [2] and [3].
This patch also removes:
- apparmor profiles in NixOS for ping itself and the wrapped one
- other references for the wrapped ping
[1]: 8e2d9d40b3/NEWS (L6457-L6464)
[2]: https://github.com/systemd/systemd/pull/13141
[3]: https://fedoraproject.org/wiki/Changes/EnableSysctlPingGroupRange
2023-09-21 16:52:16 +08:00
Nikolay Korotkiy
09846eacb2
Merge pull request #252001 from imincik/qgis-nixos-test
...
qgis: add nixos tests
2023-09-20 23:46:57 +04:00
Robert Schütz
728bae020d
Merge pull request #253687 from dotlambda/plausible-2.0.0
...
plausible: 1.4.4 -> 2.0.0
2023-09-20 19:28:09 +00:00
Robert Schütz
c4574a95c5
plausible: also install tracker
2023-09-20 09:07:28 -07:00
Maciej Krüger
61536e7a1f
nixosTests.sudo-rs: fix syntax
2023-09-20 13:58:08 +02:00
Maciej Krüger
922926cfbc
Merge pull request #253876 from nbraud/nixos/sudo-rs
2023-09-20 13:55:33 +02:00
Weijia Wang
0425ad73b3
Merge pull request #255549 from wegank/wordpress-bump
...
wordpress: 6.2.2 -> 6.3.1
2023-09-20 00:41:56 +02:00
Carl Richard Theodor Schneider
cd2dead42c
nixos/tests/openssh: add Match
config for validation test
2023-09-19 18:13:44 +02:00
Fabián Heredia Montiel
90040cd36a
linux/hardened/patches/6.5: init at 6.5.3-hardened1
2023-09-19 07:09:14 +00:00
nicoo
7b5b3f5124
nixos/sudo: Add tests for sudo-rs too
...
Duplicated sudo's testsuite for now, as its maintainer does not with
to collaborate on testing effors; see #253876 .
Environment-related tests were removed, as sudo-rs does not support
`(NO)SETENV` yet; see memorysafety/sudo-rs#760
2023-09-18 18:03:58 +00:00
Maximilian Bosch
e4f0f0977e
Merge pull request #241973 from 999eagle/feat/synapse-workers
...
nixos/synapse: add support for workers, cleanup
2023-09-18 19:54:20 +02:00
Sophie Tauchert
ca1ffe5869
nixos/synapse: move services.matrix-synapse.workers.config to services.matrix-synapse.workers
2023-09-18 08:24:37 +02:00
Sophie Tauchert
2edea7611b
nixos/synapse: document options better
...
Co-authored-by: Daniel Olsen <daniel.olsen99@gmail.com>
2023-09-18 08:24:36 +02:00
Sophie Tauchert
b20cbb12cd
nixos/synapse: add test for running synapse with workers
...
Co-authored-by: Daniel Olsen <daniel.olsen99@gmail.com>
2023-09-18 08:24:36 +02:00
Philippe Hürlimann
7ae1eab886
ulogd: add support for multiple logging stacks
...
fixes #244469
2023-09-18 00:16:54 +02:00
Robert Scott
0834c95bd6
nixosTests.docker-tools: bump diskSize from 2048 -> 3072
2023-09-17 12:18:42 +01:00
zaldnoay
b53e5a6479
nixos/frp: add test and link to package
2023-09-17 14:37:19 +08:00
Jörg Thalheim
fd264ba8a2
nixos/zfs: fix tests on zfsUnstable
2023-09-17 05:58:38 +02:00
Weijia Wang
b4521212e4
wordpress: 6.2.2 -> 6.3.1
2023-09-17 00:02:26 +02:00