about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-12-23headscale: Update to 0.17.1, conform module to RFC0042Kristoffer Dalby1-0/+1
This commit upgrades headscale to the newest version, 0.17.0 and updates the module with the current breaking config changes. In addition, the module is rewritten to conform with RFC0042 to try to prevent some drift between the module and the upstream. A new maintainer, Misterio77, is added as maintainer. Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> Co-authored-by: Gabriel Fontes <hi@m7.rs> Co-authored-by: Geoffrey Huntley <ghuntley@ghuntley.com>
2022-12-22nixos/tests: expose bootspec testCole Helbling1-0/+1
On x86_64-linux only because bootspec is for NixOS (for the moment?), and NixOS is really only a Linux concept (for the moment?). Not on aarch64-linux because it fails for whatever reason 🤷
2022-12-18nginx: make global redirect vhost option accept exceptionsVincent Bernat1-0/+1
By moving the return into a location directive, one can provide exceptions by adding locations. This is similar to what the forceSSL option does.
2022-12-16Merge pull request #205712 from devusb/atuin-serverSandro1-0/+1
2022-12-16nixos/tests/mastodon: add test with external servicesIzorkin1-1/+1
2022-12-15nixos/atuin: init moduleMorgan Helton1-0/+1
2022-12-09Merge pull request #203956 from Artturin/addforbiddendependenciesregexArtturi1-0/+1
nixos/top-level.nix: add forbiddenDependenciesRegex option
2022-12-07nixos/tests/peering-manager: initYureka1-0/+1
2022-12-06cassandra_4: initRobert Hensing1-0/+1
2022-12-02nixos/top-level.nix: add forbiddenDependenciesRegex optionArtturin1-0/+1
useful for making sure that there's no dev outputs in the system
2022-12-01nixos/tests/tayga: initGeorg Haas1-0/+1
2022-11-30nixosTests.freenet: initDaniel Nagy1-0/+1
2022-11-28Merge pull request #201060 from gador/sqlite3-to-mysql-initSandro1-0/+1
2022-11-24nixosTests.warzone2100: initFrancesco Gazzetta1-0/+1
2022-11-23nixos/patroni: only run tests on x86_64-linuxPaul-Henri Froidmont1-1/+1
etcd doesn't support other architectures and refuses to start
2022-11-21nixos/tests/evcc: initMartin Weinelt1-0/+1
2022-11-20Merge pull request #201000 from drupol/php/8.2.0Elis Hirwing1-0/+1
php82: init at 8.2.0rc6
2022-11-19Merge pull request #193740 from illustris/hbaseMartin Weinelt1-1/+1
hbase: remove 1.7, 2.4.11 -> 2.4.15, init 2.5.1, 3.0.0-alpha-2 -> alpha-3
2022-11-19nixos/tests/phosh: initZhaofeng Li1-0/+1
2022-11-17nixos/alps: add hardening, extensible options, testHenri Menke1-0/+1
2022-11-16php82: init at 8.2.0rc6Pol Dellaiera1-0/+1
2022-11-14Merge pull request #199587 from lorenz/fscryptFranz Pletz1-0/+1
nixos/pam: support fscrypt login protectors
2022-11-13sqlite3-to-mysql: init at 1.4.16Florian Brandes1-0/+1
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-11-11nixos/pam: support fscrypt login protectorsLorenz Brun1-0/+1
fscrypt can automatically unlock directories with the user's login password. To do this it ships a PAM module which reads the user's password and loads the respective keys into the user's kernel keyring. Significant inspiration was taken from the ecryptfs implementation.
2022-11-10Merge pull request #198526 from farnoy/nixos-container-unified-cgroupsEelco Dolstra1-0/+1
[nixos-container] Make nixos containers use unified cgroupsv2
2022-11-08varnish71: dropajs1241-1/+0
2022-11-07hbase: update versions and remove EoL versionillustris1-1/+1
- remove 1.7 - 2.4.11 -> 2.4.15 - init 2.5.1 - 3.0.0-alpha-2 -> 3.0.0-alpha-3
2022-11-06nixos-container: force systemd-nspawn to use unified cgroups hierarchyJakub Okoński1-0/+1
2022-11-05nginxModules.njs: init at 0.7.8Henri Menke1-0/+1
2022-11-05nixos/security/wrappers: add testRobert Obryk1-0/+1
This is a small smoke test of each piece (setuid, setgid, caps) of wrappers' functionality. It doesn't try to check for combinations of functionalities or anything more complicated.
2022-11-04Merge pull request #198484 from LeSuisse/cassandra-2-dropajs1241-2/+0
cassandra_2_1, cassandra_2_2: drop
2022-11-01Merge pull request #197221 from azahi/endlessh-moduleSandro1-0/+1
2022-11-01Merge pull request #197043 from r-ryantm/auto-update/dolibarrBobby Rong1-0/+1
dolibarr: 16.0.0 -> 16.0.1
2022-11-01nixos/tests/dolibarr: add to all-testsBobby Rong1-0/+1
2022-10-31nixos/merecat: initFrancesco Gazzetta1-0/+1
2022-10-29cassandra_2_1, cassandra_2_2: dropThomas Gerbet1-2/+0
Cassandra 2.x is no more supported upstream and is affected by some vulnerabilities (CVE-2020-13946, CVE-2020-17516).
2022-10-27nixos/cloud-init: fix hostname and resolvconf configurationillustris1-0/+1
- Fix hostname configuration on proxmox, which uses "hostname" in user-data instead of "local-hostname" in meta-data. - Allow setting resolv.conf through cloud-init - Add tests for new changes - Add timeouts to make tests fail faster
2022-10-27Merge pull request #190181 from RaitoBezarius/garage-moduleSandro1-0/+1
services/garage: init
2022-10-24nixos/btrbk: fix ordering of subsections and refactoroxalica1-0/+1
2022-10-23services/garage: initRaito Bezarius1-0/+1
2022-10-23Merge pull request #192299 from Lassulus/bring-back-q3Linus Heckemann1-0/+1
nixos-tests: bring back quake3 test
2022-10-23Merge pull request #191768 from KFearsoff/grafana-rfc42Maximilian Bosch1-1/+1
nixos/grafana: refactor for RFC42
2022-10-23nixos/uptime-kuma: init moduleJulien Malka1-0/+1
2022-10-22nixos/endlessh: init moduleAzat Bahawi1-0/+1
2022-10-21nixos/grafana: refactor dashboards for RFC42KFears1-1/+1
This commit refactors `services.grafana.provision.dashboards` towards the RFC42 style. To preserve backwards compatibility, we have to jump through a ton of hoops, introducing esoteric type signatures and bizarre structs. The Grafana module definition should hopefully become a lot cleaner after a release cycle or two once the old configuration style is completely deprecated.
2022-10-21Merge master into staging-nextgithub-actions[bot]1-0/+1
2022-10-20Merge pull request #189269 from Tom-Hubrecht/ntfy-shSandro1-0/+1
2022-10-19Merge branch 'master' into staging-nextJan Tojnar1-0/+1
; Conflicts: ; pkgs/development/tools/codespell/default.nix codespell 2.2.2 switched to pyproject & setuptools_scm: https://github.com/codespell-project/codespell/pull/2523
2022-10-19nixos/ntfy-sh: initTom Hubrecht1-0/+1
2022-10-18Merge pull request #191922 from NukaDuka/karmaSandro1-0/+1