Marco Rebhan
a4a9be35f4
nixos/krb5: add myself as maintainer for module & tests
2023-12-21 11:38:18 +01:00
Marco Rebhan
fed77d1705
nixos/krb5: move to security.krb5
2023-12-21 11:35:26 +01:00
Marco Rebhan
92a541c0ed
nixos/krb5: cleanup, fix and RFC42-ify
...
This replaces the krb5 module's options with RFC 42-style krb5.settings
option, while greatly simplifying the code and fixing a few bugs,
namely:
- #243068 krb5: Configuration silently gets ignored when set by
multiple modules
- not being able to use mkIf etc. inside subattributes of
krb5.libdefaults, e.g. krb5.libdefaults.default_realm = mkIf ...
See #144575 .
Closes #243068 .
Co-authored-by: h7x4 <h7x4@nani.wtf>
2023-12-21 11:34:59 +01:00
Yongun Seong
52bdb3481c
openvpn: fix tests and add to passthru.tests
2023-12-21 15:34:08 +09:00
Raghav Sood
7d97d9ebd1
Merge pull request #275439 from RaghavSood/nitter/guest-accounts
...
nitter: unstable-2023-10-31 -> unstable-2023-12-03 (guest accounts support)
2023-12-21 14:03:35 +08:00
Sandro Jäckel
e2702f5aee
treewide: don't use python3Minimal where it is not required
...
Building a python environment with python3Minimal requires hydra
to bootstrap pip and build all packages used in the environment
which would otherwise not be built. This reduces cache re-use and duplicates things.
Also common dependencies normally included in python itself
are not properly checked and can cause hard to debug errors
because everyone just assumes those modules are there.
2023-12-21 02:21:48 +01:00
github-actions[bot]
f36fabca0f
Merge staging-next into staging
2023-12-21 00:02:47 +00:00
github-actions[bot]
63203647a1
Merge master into staging-next
2023-12-21 00:02:16 +00:00
Florian Klink
011e924109
Merge pull request #239201 from nesteroff/fix-timesync
...
systemd: disable NSCD when DNSSEC validation is disabled in timesyncd
2023-12-20 22:22:52 +02:00
WilliButz
ac58b65cf5
Merge pull request #275112 from r-ryantm/auto-update/prometheus-nginx-exporter
...
prometheus-nginx-exporter: 0.11.0 -> 1.0.0
2023-12-20 20:27:28 +01:00
Franz Pletz
faff9de754
nixos/prometheus/nginx-exporter: fix args for 1.0
2023-12-20 18:23:29 +01:00
github-actions[bot]
176c80219d
Merge master into staging-next
2023-12-20 12:00:53 +00:00
Guillaume Girol
b3475a9eef
nixos/tests/btrbk-section-order.nix: fix test
2023-12-20 12:00:00 +00:00
Yuri Nesterov
6008246790
systemd: disable NSCD when DNSSEC validation is disabled in timesyncd
...
When a system has a wrong date and time timesyncd is unable to synchronize it
because DNSSEC doesn't work. In order to break this chicken and egg problem
systemd-timesync disables DNSSEC validation by setting
SYSTEMD_NSS_RESOLVE_VALIDATE=0 in the unit file. However, it doesn't work in
NixOS because it uses NSCD. This patch disables NSCD in systemd-timesyncd when
SYSTEMD_NSS_RESOLVE_VALIDATE is set to 0 so that it uses NSS libraries
directly. In order for it to be able to find the libnss_resolve.so.2 library
this patch adds the systemd directory in the nix store to the LD_LIBRARY_PATH.
2023-12-20 13:21:43 +02:00
Robin Gloster
b5556f2c37
Merge pull request #268109 from helsinki-systems/helsinki-maintainer-team
...
maintainers/teams: init and add helsinki-systems
2023-12-20 11:43:29 +01:00
github-actions[bot]
29310fd237
Merge staging-next into staging
2023-12-20 06:01:37 +00:00
Raghav Sood
d380604c44
nitter: update tests to use guestAccounts
2023-12-20 11:36:11 +08:00
Julien Malka
0ddc907228
Merge pull request #273441 from JulienMalka/systemd-boot-garbage-test-rename
2023-12-20 01:26:11 +01:00
github-actions[bot]
ecc5467899
Merge staging-next into staging
2023-12-19 18:01:20 +00:00
Elian Doran
afdbb7a9c0
nixos/snmpd: add nixos test
2023-12-19 18:54:34 +02:00
Pol Dellaiera
1a57f50d95
Revert "code-server: drop"
...
This reverts commit 72911a99d3
.
2023-12-19 15:40:57 +01:00
Peder Bergebakken Sundt
1a647a10b8
Merge pull request #268806 from Izorkin/init-angie
...
angie: init at 1.4.0
2023-12-19 13:51:51 +01:00
github-actions[bot]
1fc6296f9b
Merge staging-next into staging
2023-12-18 12:01:30 +00:00
Ryan Lahfa
17c3ebdba5
Merge pull request #265857 from 999eagle/feat/invidious-scale
...
nixos/invidious: cleanup, allow for easy scaling and load balancing, add http3-ytproxy
2023-12-18 10:17:09 +01:00
K900
aa3cd9c955
nixos/tests/gitlab: download even more RAM
...
Also remove the 32-bit conditional as it already fails on 4GB.
2023-12-18 11:35:09 +03:00
Pierre Bourdon
afa3f9b7c1
Merge pull request #264966 from l0b0/test/verify-npmrc-setup
...
nixos: test `programs.npm.npmrc` setting
2023-12-18 07:06:14 +01:00
Izorkin
362a2e618c
nixos/tests: add test api in angie package
2023-12-17 22:43:15 +03:00
Izorkin
b79f185409
nixos/tests/nginx-http3: add angie package in testing
2023-12-17 22:43:15 +03:00
Izorkin
86efccfa45
angie: init at 1.4.0
2023-12-17 22:43:13 +03:00
Sophie Tauchert
24e561fabc
nixos/invidious: change default database user to invidious
...
This makes sure we don't need any workarounds for running Invidious with a local
PostgreSQL database.
Changing the default user should be fine as the new init script for PostgreSQL automatically
creates the new user and changes the existing database's owner to the new user. The old user
will still linger and must be removed manually.
See also: https://github.com/NixOS/nixpkgs/pull/266270
2023-12-17 19:48:15 +01:00
Sophie Tauchert
ac5c1886fd
nixos/invidious: add option to configure http3-ytproxy for invidious
2023-12-17 19:48:03 +01:00
Sophie Tauchert
65e8f8a697
nixos/tests/invidious: add test for scaled invidious
2023-12-17 19:48:02 +01:00
Sophie Tauchert
460e34b273
nixos/tests/invidious: move postgres-tcp into second machine and fix tests
...
Using PostgreSQL 15 without the init script fails due to
https://github.com/NixOS/nixpkgs/issues/216989 .
2023-12-17 19:48:02 +01:00
github-actions[bot]
71c41d360a
Merge staging-next into staging
2023-12-17 18:01:38 +00:00
K900
cbed115407
nixos/tests/nixos-rebuild-specialisations: download even more RAM
2023-12-17 19:27:07 +03:00
github-actions[bot]
1aadb5d97e
Merge staging-next into staging
2023-12-16 00:02:42 +00:00
Franz Pletz
203ecda835
Merge pull request #274321 from Luflosi/update/kubo
...
kubo: 0.24.0 -> 0.25.0
2023-12-15 20:16:17 +01:00
Franz Pletz
cbb38bf7b7
Merge pull request #264869 from h7x4/nixos-module-cleanup-quicktun
...
nixos/quicktun: clean up module, add tests
2023-12-15 20:14:39 +01:00
Martin Weinelt
cd6ccb1737
Revert "kea: use separate runtime directories for each service"
...
This reverts commit 413011ddf4
.
Using separate lockfile directories prevents the different kea daemons
from using the interprocess sync lockfile.
Keeping the runtime directory around might be the better approach.
2023-12-15 13:51:19 +01:00
github-actions[bot]
2b17e91c71
Merge staging-next into staging
2023-12-15 12:01:41 +00:00
K900
02357adddd
Merge pull request #274409 from K900/unblock-channels
...
Unblock channels
2023-12-15 13:23:40 +03:00
Janne Heß
39bbee99ff
Merge pull request #274262 from NetaliDev/zammad-update
...
zammad: 6.1.0 -> 6.2.0
2023-12-15 10:59:17 +01:00
K900
7e3d335152
nixos/tests/containers-imperative: download more RAM
2023-12-15 12:38:08 +03:00
Maximilian Bosch
00e923cdc1
Merge pull request #274275 from Ma27/hardened-kernel-updates
...
hardened kernel: test 6.6 & remove obsolete 4.14 from patches.json
2023-12-15 09:42:10 +01:00
Maximilian Bosch
28089f8874
Merge pull request #273858 from dotlambda/nextcloud28-init
...
nextcloud28: init at 28.0.0, nextcloud27: 27.1.4 -> 27.1.5, nextcloud26: 26.0.9 -> 26.0.10
2023-12-15 08:14:15 +01:00
Luflosi
60781d9b2d
nixos/tests/kubo: test socket activation for the Gateway
...
Add a new test to check that accessing the Gateway socket also starts the daemon via socket activation.
2023-12-14 23:19:34 +01:00
Luflosi
82c73a8d72
nixos/tests/kubo: disable broken FUSE test
...
The FUSE functionality is completely broken in Kubo v0.24.0.
See https://github.com/ipfs/kubo/issues/10242 .
2023-12-14 23:19:33 +01:00
Maximilian Bosch
aa19ae19c9
nixos/tests/kernel-generic: test hardened 6.6
2023-12-14 19:30:51 +01:00
github-actions[bot]
7be452e197
Merge staging-next into staging
2023-12-14 18:01:30 +00:00
netali
6fe98c3cc8
nixos/tests/zammad: set memory limit to 2048 MB
...
It seems like Zammad and the postgreSQL need more then 1 GB memory after
the update to Zammad 6.2.0. So this commit sets the memory limit to 2 GB.
2023-12-14 18:03:22 +01:00
Linus Heckemann
4f5aa65af5
Merge pull request #270444 from NukaDuka/cephfs-mount-fix
...
ceph: use absolute binary paths instead of relative paths
2023-12-14 14:12:28 +01:00
github-actions[bot]
bae9ba4ab0
Merge staging-next into staging
2023-12-14 00:02:44 +00:00
Robert Schütz
f6ea3f91b5
nextcloud28: init at 28.0.0
2023-12-13 15:57:33 -08:00
Morgan Jones
49ebc3878e
nixos/nebula: tests: revert wait_for_unit
2023-12-13 14:50:03 -08:00
Robert Hensing
bef10a5ace
Merge pull request #269551 from tejing1/nixos-stub-ld
...
nixos/stub-ld: init module
2023-12-13 22:36:30 +01:00
github-actions[bot]
60cb61f1ee
Merge staging-next into staging
2023-12-13 18:01:36 +00:00
Weijia Wang
09beff8fb5
Merge pull request #273698 from foo-dogsquared/fix-guix-gc-service
...
nixos/guix: fix GC service
2023-12-13 17:43:44 +01:00
Gabriel Arazas
9c423e191f
nixos/guix: add test for GC service
2023-12-13 14:27:08 +01:00
github-actions[bot]
688991ba84
Merge staging-next into staging
2023-12-13 12:01:48 +00:00
zowoq
da353681bd
telegraf: 1.28.5 -> 1.29.0
...
Diff: https://github.com/influxdata/telegraf/compare/v1.28.5...v1.29.0
Changelog: https://github.com/influxdata/telegraf/blob/v1.29.0/CHANGELOG.md
2023-12-13 08:49:02 +01:00
github-actions[bot]
1065f5a68a
Merge staging-next into staging
2023-12-12 18:01:44 +00:00
Bobby Rong
af99a04cd4
Merge pull request #273584 from bobby285271/upd/flatpak
...
flatpak: 1.14.4 → 1.14.5
2023-12-12 23:49:01 +08:00
Ryan Lahfa
3bb93fb2cd
Merge pull request #271506 from Misterio77/nginx-redirect-status-code
2023-12-12 14:05:33 +01:00
Bobby Rong
9ed63709bc
flatpak: 1.14.4 → 1.14.5
...
https://github.com/flatpak/flatpak/compare/1.14.4...1.14.5
This contains build fix for AppStream 1.0.
2023-12-11 23:58:03 +08:00
Gabriel Fontes
a3c60d2ddc
nixos/nginx: make redirect status code configurable
...
Add an option to configure which code globalRedirect and forceSSL use.
It previously was always 301 with no easy way to override.
2023-12-11 11:09:02 -03:00
Kartik Gokte
41b27d7f4b
nixosTests.ceph-single-node: remove dashboard check
...
Due to an [issue](https://www.spinics.net/lists/ceph-users/msg77812.html ) with the cryptography python library, Ceph Dashboard and other mgr modules are currently broken, which will cause this test to always fail. Removing the check resolves this issue, and brings the test in line wit^Cthe other Ceph tests, which do not contain the dashboard check.
2023-12-11 19:11:20 +05:30
github-actions[bot]
384d12a4cc
Merge staging-next into staging
2023-12-11 12:01:51 +00:00
github-actions[bot]
6ac7b9234a
Merge master into staging-next
2023-12-11 12:01:23 +00:00
Jeff Huffman
0863f6d2da
nixos/stub-ld: init module
2023-12-11 05:47:23 -05:00
Florian Klink
1c09cb43ce
nixos/avahi: rename remaining config options
...
services.avahi.nssmdns got split into services.avahi.nssmdns{4,6},
nothing should access the old alias anymore so there's no eval warnings.
Reported in https://github.com/NixOS/nixpkgs/pull/258424#issuecomment-1849428869
2023-12-11 09:36:15 +02:00
Julien Malka
a989353ef2
nixos/tests/systemd-boot: change garbage-collect-entry test name
...
The test was improperly named in e63f3c012b
2023-12-10 23:57:28 +00:00
Ryan Lahfa
9faaff804f
Merge pull request #189277 from minijackson/systemd-journal-upload
2023-12-10 19:27:17 +01:00
github-actions[bot]
1e8386407c
Merge master into staging-next
2023-12-10 18:01:10 +00:00
Jonas Heinrich
b3eddb0c53
Merge pull request #272646 from onny/btrbk-stream-compress
...
nixos/btrbk: Add required stream_compress packages
2023-12-10 18:38:38 +01:00
Nick Cao
d8c2a3967b
Merge pull request #273273 from numinit/nebula-test-improvement
...
nixos/nebula: fix possibly flaky tests
2023-12-10 11:45:17 -05:00
Martin Weinelt
ebfca42b8b
Merge pull request #272576 from NixOS/home-assistant
...
home-assistant: 2023.11.3 -> 2023.12.0
2023-12-10 14:51:43 +01:00
github-actions[bot]
958e403a78
Merge master into staging-next
2023-12-10 12:01:18 +00:00
Kerstin Humm
60274ea008
Revert "nixos/mobilizon: fix integration test by using postgresql_14"
...
This reverts commit 80ba58361d92044864109b96f6ecef8e49e73f1d.
2023-12-10 07:23:16 +00:00
Morgan Jones
ce5124df92
nixos/nebula: fix possibly flaky tests
2023-12-09 20:35:09 -08:00
github-actions[bot]
7c846b760d
Merge master into staging-next
2023-12-09 18:00:56 +00:00
Martin Weinelt
4324d082b2
nixos/tests/home-assistant: check for lovelace resources in config
...
This was recently fixed, but the test was not updated.
2023-12-09 17:51:13 +01:00
Weijia Wang
9ee819e1d5
Merge pull request #273102 from rvl/nixos-tests-maintainers
...
nixos/tests: Remove self from maintainers
2023-12-09 16:56:50 +01:00
Raito Bezarius
eecfbe397a
nixos/(tests/)journald-(remote|upload|gateway): add raitobezarius as a maintainer
2023-12-09 13:57:08 +01:00
Jonas Heinrich
1440b865c0
nixos/btrbk: Add required stream_compress packages
2023-12-09 13:03:46 +01:00
Rodney Lorrimar
32ee8b4c77
nixos/tests/mysql-backup: Remove self from maintainers
2023-12-09 17:46:09 +08:00
Rodney Lorrimar
c5710ce274
nixos/tests/mongodb: Remove self from maintainers
2023-12-09 17:45:33 +08:00
Minijackson
dadb93b425
nixos/tests/journal-upload: init
2023-12-09 01:54:44 +01:00
Minijackson
302c329ab5
nixos/tests/journal-gateway: init
...
move previous gateway test from systemd-journal -> systemd-journal-gateway
2023-12-09 01:54:44 +01:00
Weijia Wang
ad7edda3e2
Merge branch 'master' into staging-next
2023-12-08 22:09:49 +01:00
Robert Hensing
47aff944e4
Merge pull request #257503 from SuperSandro2000/postgres-extraPlugins
...
nixos/postgresql: take extraPlugins packageset from package option
2023-12-08 21:51:05 +01:00
Luflosi
c4cf844566
nixos/tests/ft2-clone: cleanup
...
- Remove unused `config` argument
- Don't enable the xserver again, since the import `./common/x11.nix` already takes care of that
- Remove an empty line at the end
2023-12-08 18:27:39 +01:00
Sandro Jäckel
3bb72ed9fd
treewide: fix services.postgresql.extraPlugins usage
2023-12-08 14:58:18 +01:00
Luflosi
c351a84eec
nixos/tests/installer: test /boot on ZFS
...
Let's test / on ZFS and /boot on ZFS in separate tests since the GRUB integration for ZFS seems to be not very well maintained.
If the test breaks in the future it's easier to figure out that ZFS on /boot is at fault and either fix the issue or disable the test.
The new test creates a ZFS pool where all features not compatible with GRUB2 are disabled. The dataset is then mounted on /boot and we check that the installer correctly generates a bootable configuration.
Try to use as many ZFS features as possible to verify that GRUB can handle them.
2023-12-07 13:17:49 +01:00
github-actions[bot]
860e5725bd
Merge master into staging-next
2023-12-07 12:01:24 +00:00
Florian Klink
4db2e0cc80
Merge pull request #272542 from Sohalt/caddy-config-file
...
nixos/caddy: use caddyfile adapter by default with explicit configFile
2023-12-07 09:07:35 +02:00
github-actions[bot]
32d842483f
Merge master into staging-next
2023-12-07 06:01:00 +00:00
Peder Bergebakken Sundt
d41449afb3
Merge pull request #256737 from illustris/spark
...
spark: init 3.5.0, 3.4.0->3.4.2, 3.3.2->3.3.3
2023-12-07 04:24:16 +01:00
github-actions[bot]
fd7a8aedb0
Merge master into staging-next
2023-12-07 00:02:20 +00:00
zowoq
18460b4820
nixos/buildbot: only run nixosTest on x86_64-linux
...
Test has been broken for a while on aarch64-linux.
2023-12-06 23:45:45 +01:00
sohalt
3c6b3d71fa
nixos/caddy: Use caddyfile adapter by default when explicitly specifying configFile
2023-12-06 21:57:21 +01:00
Adam C. Stephens
b1f7f1ce6d
Merge pull request #271689 from adamcstephens/lxc/team
...
treewide: init lxc team and take ownership of components
2023-12-06 13:55:45 -05:00
github-actions[bot]
f48be2ac66
Merge master into staging-next
2023-12-06 12:01:16 +00:00
Jörg Thalheim
224537581a
nixos/harmonia: test if extra-allowed-users works
2023-12-06 12:56:35 +01:00
github-actions[bot]
035a649a67
Merge master into staging-next
2023-12-06 06:01:30 +00:00
Martin Weinelt
17c08296e3
Merge pull request #269940 from mweinelt/home-assistant-errata
...
Home Assistant Custom Component Errata
2023-12-06 04:11:36 +01:00
Martin Weinelt
01616e5331
buildHomeAssistantComponent: migrate from pname to owner/domain
...
Also make the attribute name to match the domain name.
This is more in line with the home-assistant custom component ecosystem
and allows additional validation between the derivation and the manifest.
Also, at a later time, this will enable us to check for domain conflicts
at eval time.
2023-12-06 03:55:33 +01:00
github-actions[bot]
4d8ab2a703
Merge master into staging-next
2023-12-05 12:01:22 +00:00
Janik
7703f36fd1
Merge pull request #269469 from NetaliDev/zammad-update
2023-12-05 09:29:51 +01:00
Madoura
8772aa52b6
Revert "treewide: add bcachefsLinuxTesting and bcachefsLinuxTesting tests"
...
This reverts commit c2450c4515
.
No longer needed as the default is 'linuxPackages_testing'
2023-12-05 01:04:21 -06:00
Fabián Heredia Montiel
5b8deaceca
Merge remote-tracking branch 'origin/master' into staging-next
...
Fixed conflict in pkgs/applications/graphics/krita/
krita: 5.1.5 -> 5.2.0
7a40fdc288
, and
treewide: use kde mirror everywhere, don't use pname in download urls
aa15f5066d
2023-12-04 17:44:17 -06:00
netali
531fa59187
nixos/tests/zammad: fix test
2023-12-04 23:10:08 +01:00
Adam Stephens
6765aac154
treewide/lxc: set lxc team as maintainer
2023-12-04 10:06:50 -05:00
Peder Bergebakken Sundt
58ffd55cde
Merge pull request #249777 from LunNova/lunnova/input-remapper-2.x
...
input-remapper: 1.5.0 -> 2.0.1
2023-12-04 01:23:30 +01:00
Peder Bergebakken Sundt
d2852f5af0
Merge pull request #238711 from moni-dz/contour
...
contour: 0.3.1.200 -> 0.3.12.262
2023-12-04 00:10:19 +01:00
fortuneteller2k
1769cf416e
contour: 0.3.1.200 -> 0.3.12.262
...
- use qt6 by default
- codesign macOS bundle executable
- install terminfo for Darwin
- install shell completions for zsh and fish
2023-12-04 02:39:26 +08:00
Weijia Wang
d1fc3a5f9f
Merge pull request #253428 from Yarny0/tsm-freeform
...
nixos/tsm-client: migrate to freeform settings (RFC42)
2023-12-03 14:50:12 +01:00
Weijia Wang
4e81387d5b
Merge pull request #264331 from foo-dogsquared/add-nixos-guix-module
...
nixos/guix: init
2023-12-03 13:03:43 +01:00
github-actions[bot]
e1f166b89a
Merge master into staging-next
2023-12-03 06:01:01 +00:00
Bobby Rong
43744f5bc4
Merge pull request #268515 from NixOS/cinnamon
...
Cinnamon 6.0
2023-12-03 12:20:39 +08:00
github-actions[bot]
d865fa4303
Merge master into staging-next
2023-12-03 00:02:21 +00:00
Janik
c3ac6b916c
Merge pull request #271441 from NetaliDev/mysql-auth-fix
2023-12-02 23:34:51 +01:00
netali
22b5fecd98
nixos/tests/auth-mysql: fix test
2023-12-02 20:18:30 +01:00
github-actions[bot]
df742c9c0e
Merge master into staging-next
2023-12-02 12:01:25 +00:00
Ryan Lahfa
8626b5c06d
Merge pull request #257525 from SaumonNet/clevis
2023-12-02 12:58:01 +01:00
Peder Bergebakken Sundt
598129ea00
Merge pull request #243476 from OPNA2608/init/lomiri/ayatana-messages
...
ayatana-indicators: init messaging indicator, module, test
2023-12-02 12:56:21 +01:00
Julien Malka
3aa4ed0985
nixos/tests/installer: init clevis tests
...
Co-Authored-By: Camille Mondon <camillemondon@free.fr>
2023-12-02 11:55:52 +00:00
Yarny0
3fb29fecd5
nixos/tsm-client: use freeformType
for server config
...
`tsm-client` uses a global configuration
file that must contain coordinates for each
server that it is supposed to contact.
This configuration consists of text
lines with key-value pairs.
In the NixOS module, these servers may be declared
with an attribute set, where the attribute name
defines an alias for the server, and the value
is again an attribute set with the settings for
the respective server.
This is organized as an option of type `attrsOf submodule...`.
Before this commit:
Important settings have their own option within
the submodule. For everything else, there is
the "catch-all" option `extraConfig` that may
be used to declare any key-value pairs.
There is also `text` that can be used to
add arbitrary text to each server's
section in the global config file.
After this commit:
`extraConfig` and `text` are gone,
the attribute names and values of each server's attribute
set are translated directly into key-value pairs,
with the following notable rules:
* Lists are translated into multiple lines
with the same key, as such is permitted by
the software for certain keys.
* `null` may be used to override/shadow a value that
is defined elsewhere and hides the corresponding key.
Those "important settings" that have previously been
defined as dedicated options are still defined as such,
but they have been renamed to match their
corresponding key names in the configuration file.
There is a notable exception:
"Our" boolean option `genPasswd` influences the "real"
option `passwordaccess', but the latter one is
uncomfortable to use and might lead
to undesirable outcome if used the wrong way.
So it seems advisable to keep the boolean option
and the warning in its description.
To this end, the value of `getPasswd` itself is
later filtered out when the config file is generated.
The tsm-backup service module and the vm test are adapted.
Migration code will be added in a separate
commit to permit easy reversal later, when the
migration code is no longer deemed necessary.
2023-12-02 09:09:27 +01:00
github-actions[bot]
18f8671334
Merge master into staging-next
2023-12-02 06:00:54 +00:00
Bobby Rong
b7fa2ea58b
nixosTests.cinnamon-wayland: init
2023-12-02 12:12:47 +08:00
Peder Bergebakken Sundt
08999b8e15
Merge pull request #271160 from ethorsoe/terminfo
...
nixos/terminfo: ignore broken packages in all-terminfo test
2023-12-02 03:16:34 +01:00
github-actions[bot]
5d5c0a00c7
Merge master into staging-next
2023-12-02 00:02:19 +00:00
Robert Scott
53bf3e8255
Merge pull request #267049 from justinas/justinas/remove-teleport-11
...
teleport_11: remove
2023-12-01 23:06:31 +00:00
github-actions[bot]
b46f5c5c91
Merge master into staging-next
2023-12-01 18:01:03 +00:00
Nick Cao
79bea56197
Merge pull request #271426 from R-VdP/fix_eris_test
...
eris-server: fix nixos test
2023-12-01 10:32:48 -05:00
github-actions[bot]
9cca0e4288
Merge master into staging-next
2023-12-01 12:01:16 +00:00
r-vdp
4411e1933d
eris-server: fix nixos test
2023-12-01 12:24:03 +01:00
Anthony Roussel
7cfb941775
nixosTests.gns3-server: init
2023-12-01 12:11:21 +01:00
Emily Trau
61bc4eb133
Merge pull request #271246 from otavio/rio
...
rio: 0.0.27 -> 0.0.28
2023-12-01 21:17:10 +11:00
Gabriel Arazas
ad277ea47e
nixos/guix: init
2023-12-01 09:10:37 +01:00
Weijia Wang
07183914f1
Merge pull request #257692 from telotortium/anki-sync-server
...
nixos/anki-sync-server: init
2023-12-01 08:30:36 +01:00
Vladimír Čunát
305cd929fd
Merge branch 'staging' into staging-next
2023-12-01 07:33:49 +01:00
Mario Rodas
15b5295311
Merge pull request #270847 from anthonyroussel/updates/tomcat_10_1_16
...
tomcat10: 10.1.15 -> 10.1.16
2023-11-30 22:38:23 -05:00
Philip Taron
6f8091159e
nixos/tests/systemd-initrd-networkd: ensure correct ordering w.r.t. shutdown.target
2023-11-30 15:48:25 -08:00
Philip Taron
88dc5ded81
nixos/tests/stunnel: ensure correct ordering w.r.t. shutdown.target
...
Also, mark the service as `oneshot` since it is.
2023-11-30 15:47:09 -08:00
Philip Taron
d8c9b26a16
nixos/tests/dhparams: ensure correct ordering w.r.t. shutdown.target
2023-11-30 15:45:52 -08:00
Franz Pletz
32caf62376
Merge pull request #268887 from jchw-forks/libvirt-nss
2023-11-30 20:48:24 +01:00
Otavio Salvador
b06b8857e0
rio: 0.0.27 -> 0.0.28
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-11-30 15:33:27 -03:00
ajs124
7b6580dba4
maintainers/teams: init and add helsinki-systems
2023-11-30 19:11:08 +01:00
Peder Bergebakken Sundt
637577f1bb
Merge pull request #261704 from baloo/baloo/dublin-traceroute/init
...
dublin-traceroute: init at 2023.04.12
2023-11-30 18:17:24 +01:00
Dominique Martinet
f0f6c77781
nixos/tests/anki-sync-server: add anki sync test
...
Start anki-sync-server service and drive anki manually through its
python lib to test sync.
The anki python part isn't a stable API and might require freqent
rework, let's see if it holds up...
2023-11-30 17:25:27 +01:00
Maciej Krüger
50bb5d3338
Merge pull request #264929 from adamcstephens/incus/generator
2023-11-30 16:01:35 +01:00
Emil Thorsoe
fe978b9691
nixos/terminfo: ignore broken packages in all-terminfo test
2023-11-30 11:56:44 +02:00
emilylange
9b58faad99
nixosTests.jitsi-meet: test cfg.caddy.enable
2023-11-30 06:13:38 +00:00
Weijia Wang
babc0d5e96
Merge pull request #257400 from wineee/deepin-23
...
deepin desktop environment: v20 -> v23Beta
2023-11-30 02:47:08 +01:00
Nick Cao
a1ecbe2ea9
Merge pull request #270701 from sumnerevans/matrix-synapse-1.97
...
matrix-synapse: 1.95.1 -> 1.97.0
2023-11-29 10:57:58 -05:00
Nick Cao
fd522b612d
nixosTests.matrix-synapse: fix requests certificate validation by using minica instead of openssl
2023-11-29 10:49:49 -05:00
github-actions[bot]
e019e7cdb1
Merge staging-next into staging
2023-11-29 12:01:23 +00:00
Stig
9f060c688e
Merge pull request #265661 from TomaSajt/lanraragi
...
lanraragi: 0.8.90 -> 0.9.0
2023-11-29 13:01:07 +01:00
Florian Brandes
010a6250db
nixos/pgadmin: add passwordLength setting
...
pgadmin by default checks the length of the password
and will fail with passwords < 6 characters.
The produced error message is buried in python tracebacks
and hard to find and debug.
Therefore this adds the setting, and also adds a check
in the pre-start script of pgadmin.
The nixos/pgadmin tests have been modified, also.
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-11-29 10:21:52 +01:00
Adam Joseph
c946245c7a
tests.nixops: fix broken eval
2023-11-29 09:44:46 +01:00
TomaSajt
eac5dfd20f
lanraragi: 0.8.90 -> 0.9.0
2023-11-29 08:52:48 +01:00
Anthony Roussel
b3c4d8ae8a
nixosTests.tomcat: add anthonyroussel to maintainers
2023-11-29 07:56:25 +01:00
Emily Trau
ec05aa0a80
Merge pull request #269527 from SuperSandro2000/nextcloud
...
nextcloud27: 27.1.3 -> 27.1.4; nextcloud26: 26.0.8 -> 26.0.9
2023-11-29 17:10:22 +11:00
github-actions[bot]
f63d259d88
Merge staging-next into staging
2023-11-29 00:04:47 +00:00
Martin Weinelt
18100dc6c2
Merge remote-tracking branch 'origin/staging-next' into staging
2023-11-28 23:32:19 +01:00
Will Fancher
7f213113e6
Merge pull request #218441 from tomfitzhenry/unl0kr
...
add boot.initrd.unl0kr
2023-11-28 16:10:11 -05:00
Adam Stephens
2cd9619801
nixos/lxc-container: use lxc systemd generator
2023-11-28 15:14:43 -05:00
Arthur Gautier
070bcf9da4
nixos/dublin-traceroute: init
2023-11-28 08:47:56 -08:00
nikstur
6a70cde59e
Merge pull request #270000 from nikstur/fix-systemd-timesync-test
...
nixos/tests/systemd-timesyncd: tmpfiles.rules -> tmpfiles.settings
2023-11-28 01:48:21 +01:00
Justinas Stankevicius
5ab2f13ff6
teleport_11: remove
2023-11-27 23:22:57 +02:00
nikstur
5257a52c8b
nixos/tests/systemd-timesyncd: tmpfiles.rules -> tmpfiles.settings
...
This also fixes some warning systemd-tmpfiles was issuing before.
2023-11-27 19:29:25 +01:00
github-actions[bot]
d5776afdf5
Merge staging-next into staging
2023-11-27 00:02:41 +00:00
Jörg Thalheim
501680a656
nixos/telegraf: include procps if procstat input is configured
2023-11-26 20:26:48 +01:00
Maciej Krüger
3250f15338
Merge pull request #263471 from nbraud/nixos/sudo-rs/cleanup
2023-11-26 19:57:31 +01:00
Robert Scott
5689f242a1
Merge pull request #269766 from gaykitty/stargazer-update
...
stargazer: 1.0.5 -> 1.1.0
2023-11-26 18:09:28 +00:00
github-actions[bot]
4069806fb6
Merge staging-next into staging
2023-11-26 06:01:19 +00:00
Mario Rodas
1744e3fa01
Merge pull request #266675 from anthonyroussel/sonic-server-nixos
...
nixos/sonic-server: init
2023-11-25 23:45:16 -05:00
Robert Scott
b7a2c41788
Merge pull request #268853 from nevivurn/feat/gvisor-unbreak
...
gvisor: 20221102.1 -> 20231113.0
2023-11-26 00:43:40 +00:00
Sandro Jäckel
79e3ab84dd
nixos/tests/nextcloud: fix with-declarative-redis-and-secrets test
2023-11-25 22:58:06 +01:00
Jan Tojnar
2e92094b86
Merge branch 'staging-next' into staging
...
Conflicts:
- pkgs/development/python-modules/pyqt/6.x.nix:
NIX_CFLAGS_COMPILE changed
cb6f270be2
version bump removes flag no longer necessary
b7a8d59e3a
adds flag to fix builds on Darwin, not sure if needed after the bump
2023-11-25 19:27:24 +01:00
Artturi
4706651a16
Merge pull request #268187 from imincik/geoserver-fix-data-dir
2023-11-25 16:22:31 +02:00
nicoo
211c4b0545
nixos/tests/sudo-rs: cleanup
2023-11-25 14:11:24 +00:00
nicoo
b05648b541
nixos/sudo-rs: Simplify activation
2023-11-25 14:11:23 +00:00
gaykitty
88273849a6
nixosTests.stargazer: switch to using gemget
2023-11-24 19:44:35 -05:00
github-actions[bot]
d578170670
Merge staging-next into staging
2023-11-25 00:02:35 +00:00
Ryan Lahfa
264ddf3f05
Merge pull request #269199 from jnsgruk/lxd-ui-0.4
2023-11-24 21:48:14 +01:00
Yongun Seong
ee59d35be8
nixosTests.gvisor: remove flaky test
2023-11-25 03:05:11 +09:00
github-actions[bot]
9c362ea601
Merge staging-next into staging
2023-11-24 18:01:24 +00:00
Ryan Lahfa
58fdc495ed
Merge pull request #269452 from RaitoBezarius/zfs-superstable
2023-11-24 17:41:43 +01:00
Raito Bezarius
e04c0b0d99
zfs_2_1: init at 2.1.13
...
This re-introduces the old stable ZFS version we had in the past following
the many predicted issues of ZFS 2.2.x series, that is much more stable
than any further ZFS version at the moment.
I am also removing myself from maintenance of any further ZFS versions as I am
planning to quit ZFS maintenance at some point.
In the meantime, for users like me who depend on ZFS for critical operations, here is a ZFS version
that is known to work for LTS kernels.
2023-11-24 15:47:21 +01:00
github-actions[bot]
f4335ece6e
Merge staging-next into staging
2023-11-24 12:01:44 +00:00
Chris Marchesi
6182b0bde8
nixos/xscreensaver: add module tests
...
Co-authored-by: Aidan Gauland <aidalgol@fastmail.net>
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2023-11-24 08:53:00 -03:00
github-actions[bot]
79027ec35d
Merge staging-next into staging
2023-11-23 18:01:20 +00:00
Robert Hensing
779e50580c
Merge pull request #224611 from srhb/kafka-settings-module
...
Kafka: Settings and KRaft support
2023-11-23 17:35:29 +01:00
Jon Seager
78f17a3aaa
nixos/tests/lxd-ui: add a basic selenium test to check the UI is functioning
2023-11-23 10:27:41 +00:00
K900
3ff36ca61e
nixos/tests/containers-ip: don't include channel sources
...
They're not used in the test, saves a rebuild.
2023-11-23 12:54:31 +03:00
github-actions[bot]
5b50965f04
Merge staging-next into staging
2023-11-23 06:01:34 +00:00
sinanmohd
aa0b9d2780
nixos/tests/seatd: init
2023-11-23 13:50:14 +11:00
rewine
b9aa854644
deepin: don't wait dde-wm-chooser in v23
2023-11-23 10:00:46 +08:00
github-actions[bot]
36f6f9f93f
Merge staging-next into staging
2023-11-22 06:01:23 +00:00