nixpkgs/nixos/tests
Quantenzitrone 2521bebbf2
nixosTests.systemd-initrd-luks-fido2: fix test on aarch64-linux
This is the error message on fail:

> qemu-system-aarch64: -device canokey,file=/tmp/canokey-file: Warning:
>   speed mismatch trying to attach usb device "CanoKey QEMU" (full
>   speed) to bus "usb0.0", port "3" (high speed)

My Understanding of the Issue is: The test failed because
qemu-system-aarch64 apparently has different USB controllers enabled by
default, resulting in a "speed mismatch" between the USB controller and
CanoKey that only occurred on aarch64.
I could reproduce the issue on x86_64 by enabling the EHCI controller
and then fix the issue by specifying which USB bus to use for the
CanoKey.
This didn't fully fix the issue on my first attempt, because the UCHI
controller enabled by -usb doesn't have the same bus name on aarch64
and x86_64.
While bus=usb-bus.0 worked on x86_64, on aarch64 i get this message:

> qemu-system-aarch64: -device canokey,bus=usb-bus.0,file=
>   /tmp/canokey-file: Bus 'usb-bus.0' not found

The final solution now manually enables the OHCI controller (which may
be similar to UHCI, but i really have no idea other than it works) and
assigns it the id aka bus name "usb-bus", so it works the same under
both architectures.
2024-09-01 10:40:14 +02:00
..
activation nixos/etc: make re-mounting /etc overlay idempotent 2024-02-21 22:54:00 +01:00
common nixos: remove all uses of lib.mdDoc 2024-04-13 10:07:35 -07:00
dnscrypt-wrapper nixos/tests/dnscrypt-wrapper: test TCP and run on port 443 2023-11-15 21:42:40 +01:00
etcd nixos/tests/etcd: enable aarch64-linux 2024-03-23 06:13:41 -03:00
fcitx5 nixosTests.fcitx5: make test less flaky 2024-05-13 19:06:22 +02:00
garage nixosTests.garage: migrate replicationMode to string 2024-05-15 11:50:11 +02:00
git
google-oslogin maintainers: Remove adisbladis as maintainer from various packages 2023-12-27 23:13:50 +13:00
grafana grafana: 10.4.2 -> 11.0.0 2024-05-14 19:03:25 +02:00
guix nixos/tests: fix guix under network-online dep fix 2024-01-19 00:11:34 -08:00
hadoop treewide: replace <command> | systemd-cat with systemd-cat <command> 2023-11-07 21:08:23 +03:00
hitch
hocker-fetchdocker
hydra hydra_unstable: 2023-12-24 -> 2024-03-08, use nix_2_20 2024-03-24 20:40:01 +01:00
incus nixos/tests/incus: enable testing both LTS and non-LTS 2024-05-09 10:03:07 -04:00
initrd-network-openvpn openvpn: fix tests and add to passthru.tests 2023-12-21 15:34:08 +09:00
initrd-network-ssh
installed-tests Merge branch 'master' into staging-next 2024-05-02 09:05:49 +02:00
installer
k3s k3s: format with nixfmt-rfc-style 2024-05-10 18:55:54 -03:00
kerberos nixos/krb5: add myself as maintainer for module & tests 2023-12-21 11:38:18 +01:00
krb5 nixos/tests: fix discrepancy between nix-build and nix build 2024-03-12 10:09:59 -05:00
kubernetes nixos/bash-completion: move options to programs.bash.completion, add package option, drop with lib 2024-06-06 02:51:06 +02:00
kubo nixos/tests/kubo: test socket activation for the Gateway 2023-12-14 23:19:34 +01:00
lorri
lvm2 Merge pull request #317087 from baloo/baloo/nixosTest.lvm2/stage1-xfs 2024-06-06 20:58:45 +02:00
lxd treewide/lxc: set lxc team as maintainer 2023-12-04 10:06:50 -05:00
maddy
matrix mautrix-meta: init service 2024-04-02 19:16:45 +02:00
mycelium nixos/mycelium: add mycelium binary to systemPackages 2024-06-08 15:01:32 +03:00
mysql percona: adapt upstream release model 2024-05-08 00:40:06 +02:00
networking nixosTests.networking: start network-online.target manually 2024-04-18 00:27:45 +02:00
nextcloud nextcloud26: remove 2024-05-01 10:22:25 +02:00
nfs nixos: remove historical maintainership of modules by eelco 2024-05-12 12:48:57 -07:00
nginx-proxyprotocol
nix nixosTests.nix-misc: Split from nixosTests.misc 2024-05-30 19:11:27 +03:00
nixops nixosTests.nixops: remove dead code from Nix expression 2024-03-19 05:30:53 +08:00
nixos-test-driver nixos/tests/nixos-test-driver: test timeout failures 2023-10-29 12:45:00 +01:00
pam nixos/krb5: move to security.krb5 2023-12-21 11:35:26 +01:00
parsedmarc
php
podman nixos/tests/podman: add test for rootless quadlet 2024-05-31 16:02:15 +02:00
rke2 nixos/tests/rke2: add tests for single-node and multi-node 2024-05-28 12:39:38 +08:00
rkvm nixos/rkvm: add nixos test 2023-10-18 06:21:40 +03:00
scion/freestanding-deployment nixos/scion: init 2024-03-26 15:54:09 +00:00
shadowsocks
sourcehut srht-gen-oauth-tok: init at 0.1 2024-02-07 03:05:04 +01:00
spark spark: fix tests eval under allowAliases = false 2023-12-31 22:47:55 +00:00
stratis nixosTests.stratis.encryption: fix after stratis update 2023-10-24 18:47:39 -04:00
systemd-confinement nixos/systemd-confinement: Make / read-only 2024-05-13 00:40:40 +02:00
tinc
ulogd nixos/tests: fix ulogd under network-online dep fix 2024-01-18 16:28:42 -08:00
vector nixos/vector: Added syslog→Quickwit testcase 2024-06-06 00:49:39 +01:00
web-apps nixos/nextjs-ollama-llm-ui: init module 2024-05-23 23:48:55 +02:00
web-servers stargazer: 1.1.0 -> 1.2.1 2024-05-25 10:38:39 -04:00
wireguard
xmpp nixos/test/ejabberd: remove myself as maintainer 2023-11-14 22:34:27 +01:00
3proxy.nix nixos/tests: fix 3proxy under network-online dep fix 2024-01-18 16:28:42 -08:00
aaaaxy.nix
acme-dns.nix
acme.nix Merge pull request #286999 from SuperSandro2000/acme-check-account-hash 2024-06-07 23:57:20 +02:00
adguardhome.nix nixos/adguardhome: update config to match new schema 2024-04-19 18:42:52 +02:00
aesmd.nix
agda.nix agda: Remove the --local-interfaces flag 2024-03-18 23:10:27 +01:00
airsonic.nix
akkoma.nix nixos/akkoma: check that upload and media proxy base url is specified 2024-04-09 13:58:03 +01:00
alice-lg.nix
all-terminfo.nix nixos/terminfo: ignore broken packages in all-terminfo test 2023-11-30 11:56:44 +02:00
all-tests.nix tests/lomiri-filemanager-app: init 2024-06-07 11:37:49 +02:00
alps.nix
amazon-init-shell.nix
amazon-ssm-agent.nix nixosTests.amazon-ssm-agent: init 2023-11-09 12:02:53 +01:00
amd-sev.nix nixos/amd.sev: add test 2023-09-15 15:38:49 +02:00
anbox.nix nixosTests.allDrivers.anbox: avoid use of aliases 2023-12-27 18:36:19 +00:00
angie-api.nix nixos/tests: add test api in angie package 2023-12-17 22:43:15 +03:00
anki-sync-server.nix nixos/tests/anki-sync-server: add anki sync test 2023-11-30 17:25:27 +01:00
anuko-time-tracker.nix
apache_datasketches.nix
apcupsd.nix
apfs.nix
apparmor.nix
appliance-repart-image.nix appliance-repart-image: fix OVMF not detecting disk 2024-01-27 17:20:04 -08:00
archi.nix archi: removed OCR welcome check 2024-05-07 01:56:25 +02:00
armagetronad.nix nixos/tests/armagetronad: fix test runner 2024-03-20 19:45:36 -07:00
artalk.nix nixos/artalk: init module 2024-05-18 02:15:33 +08:00
atd.nix
atop.nix
atuin.nix
audiobookshelf.nix audiobookshelf: init module 2023-09-29 22:01:45 +02:00
auth-mysql.nix nixos/tests/auth-mysql: fix test 2023-12-02 20:18:30 +01:00
authelia.nix
avahi.nix nixos: remove historical maintainership of modules by eelco 2024-05-12 12:48:57 -07:00
ayatana-indicators.nix lomiri.telephony-service: Mark broken & exclude everywhere 2024-05-27 17:08:53 +02:00
babeld.nix nixos/tests: fix babeld under network-online dep fix 2024-01-19 00:11:33 -08:00
bazarr.nix
bcachefs.nix bcachefs tests: unlock directly to the right keyring 2023-09-22 12:58:04 +02:00
beanstalkd.nix
bees.nix
benchexec.nix nixos/benchexec: init 2024-05-17 21:24:05 +02:00
binary-cache.nix
bind.nix
bird.nix
birdwatcher.nix
bitcoind.nix
bittorrent.nix nixos: remove historical maintainership of modules by eelco 2024-05-12 12:48:57 -07:00
blockbook-frontend.nix
blocky.nix
boot-stage1.nix
boot.nix nixos/lib/test-driver: drop LegacyStartCommand, clean up create_machine API 2024-02-27 23:15:59 +03:00
bootspec.nix nixos/tests/bootspec: test initrd and initrdSecrets a bit stricter 2024-01-04 23:11:23 +01:00
borgbackup.nix
botamusique.nix
bpf.nix
bpftune.nix
breitbandmessung.nix
brscan5.nix
btrbk-doas.nix
btrbk-no-timer.nix
btrbk-section-order.nix nixos/tests/btrbk-section-order.nix: fix test 2023-12-20 12:00:00 +00:00
btrbk.nix nixos/btrbk: Add required stream_compress packages 2023-12-09 13:03:46 +01:00
budgie.nix nixos/budgie: Don't enable modules for excludePackages 2024-04-10 21:33:34 +08:00
buildbot.nix nixos/tests: fix buildbot under network-online dep fix 2024-01-18 16:28:42 -08:00
buildkite-agents.nix
c2fmzq.nix nixos/c2fmzq-server: allow setting bool settings to false 2024-01-14 00:19:19 +01:00
caddy.nix maintainers: remove KamilaBorowska 2024-04-21 22:26:12 +02:00
cadvisor.nix
cage.nix
cagebreak.nix
calibre-server.nix
calibre-web.nix
cassandra.nix
castopod.nix nixosTests.castopod: fix mp3 generation 2024-05-21 00:29:56 +04:00
ccache.nix nixos/ccache: add test 2024-02-23 11:08:02 +00:00
centrifugo.nix nixos/tests/centrifugo: fix shards address list order in tests 2024-03-29 16:38:24 +03:00
ceph-multi-node.nix ceph: Fix tests by adding back old required python libs. See #281858. 2024-01-24 14:29:24 +00:00
ceph-single-node-bluestore.nix ceph: Fix tests by adding back old required python libs. See #281858. 2024-01-24 14:29:24 +00:00
ceph-single-node.nix ceph: Fix tests by adding back old required python libs. See #281858. 2024-01-24 14:29:24 +00:00
certmgr.nix
cfssl.nix
cgit.nix
charliecloud.nix
chromium.nix
chrony-ptp.nix
chrony.nix nixos/chrony: add simple test 2023-08-10 03:04:04 +02:00
cinnamon-wayland.nix treewide: rename renamed sddm/displayManager settings 2024-04-08 21:56:38 +02:00
cinnamon.nix nixos/cinnamon: Don't enable modules for excludePackages 2024-04-10 21:14:43 +08:00
cjdns.nix
clatd.nix nixos/networkd: get rid of *Config attributes in lists 2024-05-20 17:26:42 +02:00
clickhouse.nix
cloud-init-hostname.nix
cloud-init.nix nixos/cloud-init: fail test faster 2023-12-12 09:40:12 +05:30
cloudlog.nix
cntr.nix
cockpit.nix cockpit: 287 -> 303 2023-10-22 22:39:22 -03:00
cockroachdb.nix
code-server.nix Revert "code-server: drop" 2023-12-19 15:40:57 +01:00
coder.nix nixos/tests/coder: sync maintainers to coder package 2024-04-29 22:39:34 -04:00
collectd.nix
commafeed.nix nixos/commafeed: init module 2024-04-26 17:19:33 +02:00
connman.nix
consul-template.nix
consul.nix nixos/tests/consul: enable unfree 2024-02-21 08:41:06 -05:00
containers-bridge.nix nixos: remove historical maintainership of modules by eelco 2024-05-12 12:48:57 -07:00
containers-custom-pkgs.nix maintainers: Remove adisbladis as maintainer from various packages 2023-12-27 23:13:50 +13:00
containers-ephemeral.nix
containers-extra_veth.nix
containers-hosts.nix
containers-imperative.nix nixos: remove historical maintainership of modules by eelco 2024-05-12 12:48:57 -07:00
containers-ip.nix nixos: remove historical maintainership of modules by eelco 2024-05-12 12:48:57 -07:00
containers-macvlans.nix
containers-names.nix
containers-nested.nix
containers-physical_interfaces.nix
containers-portforward.nix nixos: remove historical maintainership of modules by eelco 2024-05-12 12:48:57 -07:00
containers-reloadable.nix
containers-require-bind-mounts.nix nixos/nixos-containers: require mounts for bind mount host paths 2024-04-04 19:48:15 -04:00
containers-restart_networking.nix
containers-tmpfs.nix
containers-unified-hierarchy.nix
convos.nix nixos/tests/convos: drop journalctl test 2023-11-22 00:47:11 +08:00
corerad.nix nixos/tests: fix corerad under network-online dep fix 2024-01-18 16:28:41 -08:00
coturn.nix
couchdb.nix
crabfit.nix nixos/crabfit: init 2024-04-13 18:51:02 +02:00
cri-o.nix
croc.nix
cups-pdf.nix
curl-impersonate.nix nixos/tests: fix curl-impersonate under network-online dep fix 2024-01-18 16:28:42 -08:00
custom-ca.nix nixosTests.custom-ca: resolve out of memory situations 2023-09-04 14:34:21 +02:00
dae.nix nixos/dae: fix override existed config issue 2023-09-12 00:29:56 +08:00
darling.nix
davis.nix nixos/davis: init 2024-04-01 12:55:29 +02:00
db-rest.nix nixos/db-rest: init 2024-04-16 10:42:02 +02:00
dconf.nix nixos/tests/dconf: fix config format 2023-10-06 23:52:52 +03:00
deconz.nix nixos/tests/deconz: init 2023-10-16 20:49:41 +02:00
deepin.nix deepin: don't wait dde-wm-chooser in v23 2023-11-23 10:00:46 +08:00
deluge.nix
devpi-server.nix nixos/devpi-server: init 2024-05-13 12:14:44 +02:00
dex-oidc.nix nixos/postgresql: drop ensurePermissions, fix ensureUsers for postgresql15 2023-11-13 17:16:25 +01:00
dhparams.nix nixos/tests/dhparams: ensure correct ordering w.r.t. shutdown.target 2023-11-30 15:45:52 -08:00
disable-installer-tools.nix
discourse.nix nixosTests.discourse: Do not use deprecated field 2023-09-13 14:48:17 +02:00
dnscrypt-proxy2.nix
dnsdist.nix nixos/tests/dnsdist: test dnscrypt support 2024-01-25 18:25:40 +01:00
doas.nix
docker-registry.nix nixos/dockerRegistry: add configFile option 2024-04-18 06:11:06 +02:00
docker-rootless.nix
docker-tools-cross.nix
docker-tools-overlay.nix
docker-tools.nix dockerTools: Test changing compression of buildLayeredImage 2024-03-02 10:18:53 +01:00
docker.nix
documize.nix treewide: remove myself (ma27) from a few packages 2023-10-18 15:47:20 -03:00
doh-proxy-rust.nix
dokuwiki.nix
dolibarr.nix dolibarr: remove myself from maintainers 2024-01-22 14:54:30 +01:00
domination.nix domination: 1.2.9 -> 1.3.0 2024-05-30 07:28:44 +00:00
dovecot.nix
drawterm.nix drawterm: unstable-2024-02-18 -> unstable-2024-03-20 2024-03-19 20:18:57 -05:00
drbd.nix drbd kernel driver added 2024-01-30 20:55:34 +01:00
dublin-traceroute.nix nixos/dublin-traceroute: init 2023-11-28 08:47:56 -08:00
early-mount-options.nix
earlyoom.nix nixosTests.earlyoom: add AndersonTorres as maintainer 2024-04-19 09:50:56 -03:00
ec2.nix
ecryptfs.nix
elk.nix nixos: remove historical maintainership of modules by eelco 2024-05-12 12:48:57 -07:00
emacs-daemon.nix
empty-file
endlessh-go.nix
endlessh.nix
engelsystem.nix
enlightenment.nix
env.nix
envfs.nix
envoy.nix
ergo.nix
ergochat.nix
eris-server.nix eris-server: fix nixos test 2023-12-01 12:24:03 +01:00
esphome.nix
etebase-server.nix
etesync-dav.nix
evcc.nix
fail2ban.nix
fakeroute.nix
fancontrol.nix
fanout.nix nixos/fanout: add test 2023-10-21 17:31:14 -03:00
fastnetmon-advanced.nix nixos/tests/fastnetmon-advanced: init 2023-10-23 22:51:19 +02:00
fenics.nix
ferm.nix nixos/tests: fix ferm under network-online dep fix 2024-01-18 16:28:41 -08:00
ferretdb.nix nixos/postgresql: drop ensurePermissions, fix ensureUsers for postgresql15 2023-11-13 17:16:25 +01:00
filesender.nix nixos/filesender: init module 2024-05-22 08:37:48 +03:00
filesystems-overlayfs.nix nixos/filesystems: init overlayfs 2024-02-07 22:13:00 +01:00
firefly-iii.nix nixos/firefly-iii: Changes to module and tests 2024-05-20 17:51:35 +05:30
firefox.nix nixos: remove historical maintainership of modules by eelco 2024-05-12 12:48:57 -07:00
firefoxpwa.nix firefoxpwa: init at 2.11.1 2024-03-24 18:02:25 -04:00
firejail.nix
firewall.nix nixos: remove historical maintainership of modules by eelco 2024-05-12 12:48:57 -07:00
fish.nix nixos/fish: disable logrotate service in module test 2024-05-07 00:37:47 -04:00
flannel.nix
fluentd.nix
fluidd.nix
fontconfig-default-fonts.nix noto-fonts-emoji → noto-fonts-color-emoji 2023-09-12 12:38:07 +00:00
forgejo.nix nixos/tests/forgejo: test cfg.secrets using /metrics endpoint 2024-06-05 00:46:00 +02:00
freenet.nix
freeswitch.nix
freetube.nix nixos/tests: fix discrepancy between nix-build and nix build 2024-03-12 10:09:59 -05:00
freshrss-http-auth.nix
freshrss-none-auth.nix nixos/freshrss: fix startup when authType = "none" 2024-04-16 16:48:41 -05:00
freshrss-pgsql.nix nixos/postgresql: drop ensurePermissions, fix ensureUsers for postgresql15 2023-11-13 17:16:25 +01:00
freshrss-sqlite.nix
frigate.nix frigate: 0.12.1 -> 0.13.1 2024-02-06 22:54:22 +01:00
frp.nix nixos/frp: use toml configFile 2024-01-18 21:37:40 +05:30
frr.nix treewide: scale back maintainership for various packages 2024-01-05 14:43:39 +01:00
fsck.nix
fscrypt.nix
ft2-clone.nix nixos/tests/ft2-clone: cleanup 2023-12-08 18:27:39 +01:00
gemstash.nix
geoserver.nix geoserver: add extensions and update script 2024-02-20 10:28:58 +01:00
gerrit.nix
geth.nix
ghostunnel.nix
gitdaemon.nix nixos/tests: fix gitdaemon under network-online dep fix 2024-01-19 00:11:34 -08:00
gitea.nix nixosTests.gitea: remove emilylange from maintainers 2023-11-07 19:10:56 +01:00
github-runner.nix
gitlab.nix nixos/tests/gitlab: reduce memory usage 2024-04-02 07:30:12 +02:00
gitolite-fcgiwrap.nix
gitolite.nix
glusterfs.nix
gnome-extensions.nix nixosTests.gnome-extensions: ENABLED and DISABLED states are renamed 2024-05-27 18:04:55 +09:00
gnome-flashback.nix treewide: rename renamed sddm/displayManager settings 2024-04-08 21:56:38 +02:00
gnome-xorg.nix treewide: rename renamed sddm/displayManager settings 2024-04-08 21:56:38 +02:00
gnome.nix treewide: rename renamed sddm/displayManager settings 2024-04-08 21:56:38 +02:00
gns3-server.nix nixosTests.gns3-server: init 2023-12-01 12:11:21 +01:00
gnupg.nix
go-camo.nix nixos/go-camo: init 2024-02-17 20:45:49 +01:00
go-neb.nix
gobgpd.nix
gocd-agent.nix
gocd-server.nix
gollum.nix
gonic.nix nixosTests.gonic: set up all necessary paths using tmpfiles 2024-04-18 00:18:43 +02:00
goss.nix nixosTests.goss: fix unstable test 2024-03-25 18:49:46 +01:00
gotify-server.nix treewide: remove myself (ma27) from a few packages 2023-10-18 15:47:20 -03:00
grafana-agent.nix
graphite.nix
graylog.nix
grocy.nix
grow-partition.nix nixos/grow-partition: add nixos test 2023-10-20 08:58:10 +00:00
grub.nix
guacamole-server.nix
gvisor.nix maintainers: remove andrew-d as a maintainer 2024-04-27 14:05:07 -04:00
haka.nix
haproxy.nix nixos/tests/haproxy: Test HTTPS, QUIC and Cert Auth 2024-01-19 18:55:27 +01:00
hardened.nix nixos/tests/hardened: fix eval 2023-10-06 23:54:57 +03:00
harmonia.nix nixos/harmonia: test if extra-allowed-users works 2023-12-06 12:56:35 +01:00
haste-server.nix
hbase.nix
hddfancontrol.nix nixos/hddfancontrol: initial module & test 2023-08-23 13:25:29 -04:00
headscale.nix
hedgedoc.nix nixos/hedgedoc: refactor to reduce option count 2023-10-15 08:45:43 +02:00
herbstluftwm.nix treewide: rename renamed sddm/displayManager settings 2024-04-08 21:56:38 +02:00
hibernate.nix nixos/tests/hibernate: Use EFI 2024-03-16 15:12:15 -04:00
hledger-web.nix nixos/hledger-web: fix access control options 2024-03-31 12:50:08 +08:00
hockeypuck.nix nixos/postgresql: drop ensurePermissions, fix ensureUsers for postgresql15 2023-11-13 17:16:25 +01:00
home-assistant.nix nixos/tests/home-assistant: check for lovelace resources in config 2023-12-09 17:51:13 +01:00
homepage-dashboard.nix nixosTests.homepage-dashboard: test managed and unmanaged configs 2024-03-05 14:38:53 +00:00
honk.nix nixos/modules/honk: init 2023-08-27 23:43:40 +02:00
hostname.nix nixos/tests: fix hostname under network-online dep fix [BROKEN] 2024-01-18 16:28:42 -08:00
hound.nix
i3wm.nix treewide: rename renamed sddm/displayManager settings 2024-04-08 21:56:38 +02:00
icingaweb2.nix
iftop.nix
image-contents.nix
incron.nix nixos/tests/incron: replace activcationScript via tmpfiles 2023-12-29 03:21:36 +01:00
influxdb2.nix nixos/influxdb2: add org, bucket, users and auth provisioning 2023-08-23 14:46:52 +02:00
influxdb.nix
initrd-luks-empty-passphrase.nix
initrd-network.nix nixos: remove historical maintainership of modules by eelco 2024-05-12 12:48:57 -07:00
initrd-secrets-changing.nix
initrd-secrets.nix
input-remapper.nix input-remapper: 1.5.0 -> 2.0.1 2023-11-19 11:02:46 -08:00
inspircd.nix
installer-systemd-stage-1.nix nixos/systemd-stage-1: Enable LVM installer test 2024-05-05 06:41:44 -04:00
installer.nix Merge pull request #309236 from ElvishJerricco/sd-s1-fix-xfs-fsck 2024-05-18 23:57:04 +02:00
intune.nix nixos/intune: init 2024-02-02 10:00:33 +13:00
invidious.nix nixos/postgresql: turn settings into a submodule 2024-03-30 14:23:05 +01:00
invoiceplane.nix nixos/invoiceplane: add nginx as a webserver option for invoiceplane 2024-01-17 05:09:34 +01:00
iodine.nix
ipv6.nix nixos: remove historical maintainership of modules by eelco 2024-05-12 12:48:57 -07:00
iscsi-multipath-root.nix treewide: replace <command> | systemd-cat with systemd-cat <command> 2023-11-07 21:08:23 +03:00
iscsi-root.nix maintainers/teams: init and add helsinki-systems 2023-11-30 19:11:08 +01:00
isolate.nix nixos/isolate: add tests 2024-04-22 10:19:42 +08:00
isso.nix
jackett.nix
jellyfin.nix
jenkins-cli.nix
jenkins.nix nixos: remove historical maintainership of modules by eelco 2024-05-12 12:48:57 -07:00
jibri.nix
jirafeau.nix
jitsi-meet.nix nixosTests.jitsi-meet: test cfg.caddy.enable 2023-11-30 06:13:38 +00:00
jool.nix nixos/tests/jool: update for module changes 2023-09-04 18:38:25 +02:00
jotta-cli.nix nixos/jotta-cli: move to services.jotta-cli 2024-05-05 19:30:16 +02:00
kafka.nix nixos/tests/kafka: test KRaft mode 2023-11-22 06:47:08 +01:00
kanidm.nix kanidm: 1.1.0-rc.16 -> 1.2.0 2024-05-01 09:47:06 -04:00
karma.nix
kavita.nix nixos/kavita: accept freeform settings, ensure locales in tests 2024-03-26 21:15:29 -07:00
kbd-setfont-decompress.nix
kbd-update-search-paths-patch.nix
kea.nix nixos/test/kea: set subnet id 2024-05-30 01:36:58 +02:00
keepalived.nix nixos/tests/keepalived: use openFirewall option 2024-05-21 08:35:46 +02:00
keepassxc.nix
kernel-generic.nix nixos/tests/kernel-generic: add linux_rt_6_6 2024-05-28 11:38:06 +02:00
kernel-latest-ath-user-regd.nix
kernel-rust.nix nixosTests.kernel-rust.linux_testing: init for aarch64 2024-04-01 09:37:19 +02:00
keter.nix
kexec.nix
keycloak.nix nixos/tests: fix discrepancy between nix-build and nix build 2024-03-12 10:09:59 -05:00
keyd.nix nixos/keyd: add extraConfig option 2023-10-07 11:50:04 +03:00
keymap.nix nixos/x11: move extraLayouts into xkb attrset 2023-11-01 11:55:25 +01:00
knot.nix nixos/tests/knot: wait for successful zone transfers 2024-05-12 16:40:23 +02:00
komga.nix
ksm.nix
kthxbye.nix
ladybird.nix nixosTests.ladybird: use programs.ladybird option 2024-06-09 08:18:31 +00:00
languagetool.nix
lanraragi.nix lanraragi: 0.8.90 -> 0.9.0 2023-11-29 08:52:48 +01:00
leaps.nix
legit.nix nixos/tests/legit: fix eval 2023-10-06 23:55:20 +03:00
lemmy.nix lemmy-server: fix tests by waiting until backend is ready with 10s timeout 2024-02-15 22:46:32 +02:00
libinput.nix treewide: reanme renamed libinput options 2024-04-17 23:34:07 +02:00
libreddit.nix
librenms.nix nixos/librenms: add nixos test 2023-10-16 13:28:22 +02:00
libresprite.nix
libreswan.nix libreswan: 4.15 -> 5.0 2024-05-01 13:28:48 +02:00
libuiohook.nix
libvirtd.nix nixos/libvirtd: add support for nss modules 2023-11-21 01:39:02 -05:00
lidarr.nix
lightdm.nix treewide: rename renamed sddm/displayManager settings 2024-04-08 21:56:38 +02:00
lighttpd.nix nixos/lighttpd: add reload support 2023-10-19 19:23:04 +02:00
limesurvey.nix
listmonk.nix listmonk: revamp the tests 2023-08-23 00:25:47 +02:00
litestream.nix nixos/tests/litestream: fix eval 2023-10-07 00:07:11 +03:00
livebook-service.nix livebook: Use mix release to build instead of escript 2024-01-26 20:19:46 +01:00
lldap.nix
locate.nix
login.nix nixos: remove historical maintainership of modules by eelco 2024-05-12 12:48:57 -07:00
logrotate.nix nixos/tests: disable logrotate service by default in tests 2024-05-06 14:53:38 +03:00
loki.nix
lomiri-filemanager-app.nix tests/lomiri-filemanager-app: init 2024-06-07 11:37:49 +02:00
lomiri-system-settings.nix tests/lomiri-system-settings: init 2024-02-26 10:11:41 +01:00
lomiri.nix nixos/lomiri: Add file manager 2024-06-07 11:37:53 +02:00
luks.nix
lxd-image-server.nix nixos/tests/lxd-image-server: fix eval 2023-10-07 00:07:50 +03:00
maestral.nix treewide: rename renamed sddm/displayManager settings 2024-04-08 21:56:38 +02:00
magic-wormhole-mailbox-server.nix
magnetico.nix
mailcatcher.nix
mailhog.nix
mailman.nix nixos/mailman: store locks in ephemeral runtime directory 2023-10-12 10:39:18 +00:00
make-test-python.nix nixos/tests: readd builtins.currentSystem to make-test-python.nix 2024-03-27 08:37:43 -05:00
man.nix
mate-wayland.nix treewide: rename renamed sddm/displayManager settings 2024-04-08 21:56:38 +02:00
mate.nix nixosTests.mate: Add trivial tests for MATE 1.28 changes 2024-03-14 23:34:12 +08:00
matomo.nix matomo_5: Init at 5.0.2 2024-02-19 07:39:49 +01:00
matter-server.nix matter-server: add nixos service module 2024-02-13 19:17:53 -05:00
mattermost.nix
mealie.nix mealie: add 'anoa' as maintainer 2024-05-24 09:17:47 -05:00
mediamtx.nix nixos/tests/mediamtx: make more robust, reformat 2024-05-13 23:47:34 +02:00
mediatomb.nix
mediawiki.nix nixos/mediawiki: add nginx option 2023-10-04 22:21:55 +01:00
meilisearch.nix
memcached.nix
merecat.nix
metabase.nix
mihomo.nix nixos/mihomo: add tests 2024-03-11 09:51:36 +08:00
mimir.nix
mindustry.nix
minecraft-server.nix
minecraft.nix
minidlna.nix
miniflux.nix nixos/postgresql: turn settings into a submodule 2024-03-30 14:23:05 +01:00
minio.nix tests/minio: fix broken minio test 2024-03-03 11:20:44 +01:00
miriway.nix treewide: rename renamed sddm/displayManager settings 2024-04-08 21:56:38 +02:00
misc.nix nixosTests.misc: Remove nix tests 2024-05-30 19:11:27 +03:00
mobilizon.nix Revert "nixos/mobilizon: fix integration test by using postgresql_14" 2023-12-10 07:23:16 +00:00
mod_perl.nix
molly-brown.nix
mollysocket.nix nixos/mollysocket: init 2024-03-28 09:55:10 -07:00
monado.nix nixos/monado: add test 2024-02-23 14:25:16 +01:00
monetdb.nix nixos/monetdb: Init nixos test 2024-03-19 21:54:05 +01:00
mongodb.nix mongodb-4_4: drop 2024-04-12 12:30:40 +02:00
moodle.nix
moonraker.nix
moosefs.nix
morph-browser.nix tests/morph-browser: Add standalone (non-Lomiri) test 2024-02-22 10:36:50 +01:00
morty.nix
mosquitto.nix nixos/mosquitto: remove the bind_interface test 2023-10-22 19:12:26 +02:00
mpd.nix
mpich-example.c
mpv.nix
mtp.nix
multipass.nix
mumble.nix nixos: remove historical maintainership of modules by eelco 2024-05-12 12:48:57 -07:00
munin.nix nixos: remove historical maintainership of modules by eelco 2024-05-12 12:48:57 -07:00
musescore.nix nixos.tests.musescore: fix and improve 2024-06-03 03:16:47 +03:00
mutable-users.nix
mxisd.nix
mympd.nix nixos/mympd: add nixos test 2023-12-21 16:02:10 +02:00
n8n.nix
nagios.nix
nar-serve.nix
nat.nix nixos: remove historical maintainership of modules by eelco 2024-05-12 12:48:57 -07:00
nats.nix
navidrome.nix
nbd.nix
ncdns.nix
ndppd.nix
nebula.nix nixos/nebula: default to port 0 for hosts other than lighthouse/relay 2024-01-20 19:29:32 -08:00
neo4j.nix
netbird.nix nixosTests.netbird: fix after module update 2024-01-29 09:46:02 +02:00
netdata.nix tests/netdata: fix test after upgrade to 1.43.0 2023-10-28 14:43:19 +00:00
networking-proxy.nix
nexus.nix
nghttpx.nix
nginx-auth.nix
nginx-etag-compression.nix nginx: change etags for statically compressed files served from store 2024-01-13 22:07:50 +01:00
nginx-etag.nix
nginx-globalredirect.nix
nginx-http3.nix nixos/tests/nginx-http3: add angie package in testing 2023-12-17 22:43:15 +03:00
nginx-modsecurity.nix
nginx-moreheaders.nix nixos/tests/nginx: add test variant for moreheaders module 2024-01-19 18:09:53 +01:00
nginx-njs.nix
nginx-pubhtml.nix
nginx-redirectcode.nix nixos/nginx: make redirect status code configurable 2023-12-11 11:09:02 -03:00
nginx-sso.nix nginx-sso: add ambroisie as maintainer 2024-04-27 23:11:38 +10:00
nginx-status-page.nix
nginx-tmpdir.nix nixos/tests: add test for nginx temp directories removal 2023-10-06 14:26:37 +02:00
nginx-unix-socket.nix nixos/nginx: Allow empty port for listen directive 2023-10-09 21:16:03 -04:00
nginx-variants.nix angie: init at 1.4.0 2023-12-17 22:43:13 +03:00
nginx.nix
nimdow.nix treewide: rename renamed sddm/displayManager settings 2024-04-08 21:56:38 +02:00
nitter.nix nitter: update tests to use guestAccounts 2023-12-20 11:36:11 +08:00
nix-config.nix nixos/nix: add workaround for https://github.com/NixOS/nix/issues/9487 2024-03-03 17:03:46 +01:00
nix-ld.nix nix-ld-rs: init at 2024-03-23 2024-03-24 12:27:20 +01:00
nix-serve-ssh.nix
nix-serve.nix
nixos-generate-config.nix
nixos-rebuild-install-bootloader.nix nixos-rebuild: use --pipe instead of --pty in systemd-run 2024-01-26 13:10:22 +08:00
nixos-rebuild-specialisations.nix nixos/tests/nixos-rebuild-specialisations: download even more RAM 2023-12-17 19:27:07 +03:00
nixos-rebuild-target-host.nix nixos-rebuilt-target-host test: Add long TMPDIR to verify that fix works 2024-01-29 07:59:15 +01:00
nixseparatedebuginfod.nix nixseparatedebuginfod: add module and nixos test 2024-01-01 13:42:13 +01:00
node-red.nix
nomad.nix
non-default-filesystems.nix
non-switchable-system.nix nixos: add system.switch.enable flag 2023-10-26 17:47:35 +02:00
noto-fonts-cjk-qt-default-weight.nix
noto-fonts.nix noto-fonts-emoji → noto-fonts-color-emoji 2023-09-12 12:38:07 +00:00
novacomd.nix
npmrc.nix nixos: test programs.npm.npmrc setting 2023-11-02 20:51:26 +13:00
nscd.nix
nsd.nix
ntfy-sh-migration.nix nixos/ntfy-sh: clean up DynamicUser workarounds 2024-01-10 00:15:50 +01:00
ntfy-sh.nix
ntpd-rs.nix nixos/ntpd-rs: fix metrics service 2024-01-17 15:06:20 +01:00
nvmetcfg.nix nixosTests.nvmetcfg: init 2024-02-02 17:10:25 -05:00
nzbget.nix
nzbhydra2.nix
oci-containers.nix Merge pull request #248315 from apeschar/oci-containers-backend-stop 2024-02-10 17:12:56 +01:00
ocis.nix nixos/ocis: init at 5.0.0 2024-04-03 00:53:24 +05:30
ocsinventory-agent.nix nixosTests.ocsinventory-agent: init 2023-11-02 14:20:46 +01:00
octoprint.nix
oddjobd.nix nixosTests.oddjobd: init 2024-04-07 20:29:21 +02:00
odoo.nix odoo15: init at 15.0-20230720 2023-08-27 09:52:43 +02:00
oh-my-zsh.nix
ollama.nix nixos/ollama: split listenAddress into host and port 2024-05-25 21:22:15 -04:00
ombi.nix
open-webui.nix nixos/open-webui: init 2024-06-04 16:46:19 +05:30
openarena.nix
openldap.nix
openresty-lua.nix nixosTests.nginx-sandbox: remove broken test and move the sandboxing test to the openresty test 2023-10-23 06:09:45 +03:00
opensearch.nix nixos/tests: fix discrepancy between nix-build and nix build 2024-03-12 10:09:59 -05:00
opensmtpd-rspamd.nix nixos/tests: fix rspamd under network-online dep fix 2024-01-18 16:28:41 -08:00
opensmtpd.nix nixos/tests: fix opensmtpd under network-online dep fix 2024-01-18 16:28:41 -08:00
opensnitch.nix opensnitch: 1.6.4 -> 1.6.5, opensnitch-ui: 1.6.4 -> 1.6.5.1 2024-02-12 11:58:44 +01:00
openssh.nix tests/openssh: use upstream's algorithms in "no openssl" example 2024-06-08 15:03:08 +10:00
openstack-image.nix
opentabletdriver.nix opentabletdriver: 0.6.3.0 -> 0.6.4.0 2023-12-23 21:16:43 +00:00
opentelemetry-collector.nix
openvscode-server.nix
orangefs.nix
os-prober.nix treewide: don't use python3Minimal where it is not required 2023-12-21 02:21:48 +01:00
osquery.nix nixos/tests/osquery: fix eval 2023-10-06 23:55:20 +03:00
osrm-backend.nix
outline.nix
overlayfs.nix
owncast.nix nixos/tests: fix owncast under network-online dep fix [BROKEN] 2024-01-19 00:11:34 -08:00
pacemaker.nix
packagekit.nix
pantheon.nix nixos/pantheon: Don't enable modules for excludePackages 2024-04-10 21:27:31 +08:00
paperless.nix nixosTests.paperless: Test tesseract compiles when english is not staged 2024-04-19 10:48:08 +02:00
pass-secret-service.nix pinentry: remove multiple outputs package 2024-03-02 17:16:53 +01:00
patroni.nix patroni: 2.1.3 -> 3.3.0 2024-05-05 16:37:18 -04:00
pdns-recursor.nix
peerflix.nix
peroxide.nix
pg_anonymizer.nix nixos/postgresql: turn settings into a submodule 2024-03-30 14:23:05 +01:00
pgadmin4.nix python3Packages.flask-security-too: fix for webauth 2 2024-01-16 15:55:16 +01:00
pgbouncer.nix nixos/tests/pgbouncer: do not use ensureDBOwnership 2023-11-17 15:52:51 +01:00
pgjwt.nix treewide: fix services.postgresql.extraPlugins usage 2023-12-08 14:58:18 +01:00
pgmanage.nix nixos/postgresql: turn settings into a submodule 2024-03-30 14:23:05 +01:00
pgvecto-rs.nix pgvecto-rs: mark as broken in pg12 and pg13 2024-05-13 09:25:06 +01:00
phosh.nix Remove tomfitzhenry@ from some maintainership 2024-05-31 10:47:29 +10:00
photonvision.nix nixos/tests/photonvision: init 2024-03-07 14:59:21 -08:00
photoprism.nix
pict-rs.nix
pinnwand.nix
plantuml-server.nix nixosTests.plantuml-server: init 2023-11-15 15:12:56 +01:00
plasma5-systemd-start.nix treewide: rename renamed sddm/displayManager settings 2024-04-08 21:56:38 +02:00
plasma5.nix treewide: rename renamed sddm/displayManager settings 2024-04-08 21:56:38 +02:00
plasma6.nix treewide: rename renamed sddm/displayManager settings 2024-04-08 21:56:38 +02:00
plasma-bigscreen.nix treewide: rename renamed sddm/displayManager settings 2024-04-08 21:56:38 +02:00
plausible.nix plausible, nixos/plausible: Add listenAddress option. 2023-11-14 10:51:16 +01:00
please.nix
pleroma.nix nixosTests.pleroma: un-vendor toot 2023-11-16 18:16:15 +01:00
plikd.nix
plotinus.nix
podgrab.nix
polaris.nix
pomerium.nix nixos/pomerium: fix UI test 2024-01-25 22:04:59 -06:00
portunus.nix
postfix-raise-smtpd-tls-security-level.nix
postfix.nix
postfixadmin.nix
postgis.nix postgresqlPackages.postgis: build minimal gdal version 2024-01-03 11:38:02 +01:00
postgresql-jit.nix postgresql: remove thisAttr argument by calling tests directly 2024-04-04 08:41:17 +02:00
postgresql-wal-receiver.nix nixosTests.postgresql-wal-receiver: remove left-over v12 conditionals 2024-04-04 08:41:19 +02:00
postgresql.nix nixos/postgresql: remove postgresql_11-backup-all test 2023-10-30 15:11:06 +01:00
power-profiles-daemon.nix nixosTests.power-profiles-daemon: test profilectl CLI 2024-02-24 09:39:28 +01:00
powerdns-admin.nix nixos/postgresql: drop ensurePermissions, fix ensureUsers for postgresql15 2023-11-13 17:16:25 +01:00
powerdns.nix
pppd.nix
predictable-interface-names.nix tree-wide: use cartesianProduct 2024-04-15 19:13:22 +02:00
printing.nix nixos: remove historical maintainership of modules by eelco 2024-05-12 12:48:57 -07:00
private-gpt.nix nixos/private-gpt: init 2024-05-11 22:42:04 +02:00
privoxy.nix nixos/tests/privoxy: Verify socks support 2023-11-05 17:43:11 +01:00
prometheus-exporters.nix nixos/tests/prometheus-exporters: Fix test failure 2024-04-24 17:13:51 -04:00
prometheus.nix nixos/thanos: remove deprecations 2023-11-12 11:08:52 +01:00
prowlarr.nix nixos/tests/prowlarr: check fo folder existance 2023-12-29 10:57:56 +01:00
proxy.nix nixos: remove historical maintainership of modules by eelco 2024-05-12 12:48:57 -07:00
pt2-clone.nix
public-inbox.nix
pufferpanel.nix
pulseaudio.nix
pykms.nix
pyload.nix nixos/pyload: init test 2024-01-23 15:07:40 +00:00
qboot.nix
qemu-vm-external-disk-image.nix nixos/lib/make-disk-image.nix: fix systemd-boot-builder clobbering /homeless-shelter 2024-03-01 12:52:48 +01:00
qemu-vm-restrictnetwork.nix nixos/tests: fix qemu-vm-restrictnetwork under network-online dep fix 2024-01-18 16:28:41 -08:00
qemu-vm-volatile-root.nix
qgis.nix qgis: add nixos tests 2023-09-02 17:15:56 +02:00
qownnotes.nix qownnotes: 24.2.0 -> 24.2.3 2024-02-16 13:08:22 +01:00
qtile.nix qtile: add passthru tests 2024-04-22 19:00:41 +02:00
quake3.nix nixos: remove historical maintainership of modules by eelco 2024-05-12 12:48:57 -07:00
quicktun.nix nixos/quicktun: add test 2023-11-01 20:10:14 +01:00
quickwit.nix nixos/quickwit: Added testcase 2024-06-06 00:49:38 +01:00
quorum.nix
rabbitmq.nix nixos: remove historical maintainership of modules by eelco 2024-05-12 12:48:57 -07:00
radarr.nix
radicale.nix calendar-cli: add meta.mainProgram 2024-03-31 14:25:27 -07:00
ragnarwm.nix treewide: rename renamed sddm/displayManager settings 2024-04-08 21:56:38 +02:00
rasdaemon.nix
readarr.nix
redis.nix keydb: init at 6.3.4 2024-04-11 10:47:07 +02:00
redlib.nix nixos/tests: add redlib test using the libreddit module 2024-03-23 17:03:34 +01:00
redmine.nix nixos/tests/redmine: Add test case for SQLite backend 2024-04-02 00:21:12 +02:00
restart-by-activation-script.nix
restic-rest-server.nix nixos/restic-rest-server: Make the service socket activated 2024-03-16 17:07:55 +01:00
restic.nix nixos/restic: allow timer to be disabled 2023-11-07 22:37:37 +01:00
retroarch.nix
robustirc-bridge.nix
rosenpass.nix nixos/networkd: get rid of *Config attributes in lists 2024-05-20 17:26:42 +02:00
roundcube.nix
rshim.nix
rspamd-trainer.nix nixos/rspamd-trainer: init; rspamd-trainer: init at unstable-2023-11-27 2023-12-27 10:35:53 +01:00
rspamd.nix
rss2email.nix nixos/tests: fix rss2email under network-online dep fix 2024-01-18 16:28:41 -08:00
rstudio-server.nix
rsyncd.nix
rsyslogd.nix
rxe.nix
sabnzbd.nix nixos/tests/sabnzbd: add check for sabctools mismatch 2023-10-11 08:53:22 -04:00
samba-wsdd.nix
samba.nix nixos: remove historical maintainership of modules by eelco 2024-05-12 12:48:57 -07:00
sane.nix nixos/sane: add nixos test 2024-01-02 12:00:00 +00:00
sanoid.nix nixos/syncoid: add missing ZFS mount permission 2024-01-10 14:27:12 +01:00
scaphandre.nix
schleuder.nix
scrutiny.nix nixosTests.scrutiny: init 2024-02-22 21:20:10 +00:00
sddm.nix treewide: rename renamed sddm/displayManager settings 2024-04-08 21:56:38 +02:00
seafile.nix
searx.nix nixos/tests/searx: use configured package for static content 2024-02-28 17:51:29 -08:00
seatd.nix nixos/tests/seatd: init 2023-11-23 13:50:14 +11:00
service-runner.nix
sftpgo.nix nixos/postgresql: drop ensurePermissions, fix ensureUsers for postgresql15 2023-11-13 17:16:25 +01:00
sfxr-qt.nix
sgt-puzzles.nix sgt-puzzles: rename all "sgtpuzzles" -> "sgt-puzzles" 2023-10-06 21:36:48 +11:00
shadow.nix nixos/tests/shadow: test hashedPasswordFile 2023-09-13 17:00:05 +02:00
shattered-pixel-dungeon.nix nixosTests.shattered-pixel-dungeon: use wait_for_text 2023-11-07 19:33:16 +00:00
shiori.nix
signal-desktop.nix
silverbullet.nix nixosTests.silverbullet: init 2024-03-16 17:12:16 +01:00
simple.nix nixos: remove historical maintainership of modules by eelco 2024-05-12 12:48:57 -07:00
sing-box.nix
slimserver.nix nixos/tests/slimserver: regex squeezelite number in log 2024-01-05 12:43:01 -05:00
slurm.nix tests/slurm: use getDev for mpi test 2024-02-01 11:08:56 +01:00
smokeping.nix nixos/smokeping: use nginx instead of thttpd 2024-05-12 13:31:11 +02:00
snapcast.nix
snapper.nix
snmpd.nix nixos/snmpd: add nixos test 2023-12-19 18:54:34 +02:00
soapui.nix
soft-serve.nix nixos/soft-serve: init 2023-10-21 17:51:42 +02:00
sogo.nix maintainers/teams: init and add helsinki-systems 2023-11-30 19:11:08 +01:00
soju.nix nixos/soju: add tests 2024-04-07 13:45:47 -07:00
solanum.nix
sonarr.nix
sonic-server.nix nixosTests.sonic-server: init 2023-11-10 15:11:28 +01:00
spacecookie.nix
sqlite3-to-mysql.nix python311Packages.factory-boy: rename from factory_boy 2023-10-08 12:32:12 +09:00
ssh-agent-auth.nix nixos/pam: Warn on insecure sshAgentAuth configurations 2024-01-04 17:30:09 +00:00
ssh-audit.nix nixos/tests: fix ssh-audit under network-online dep fix 2024-01-19 00:11:35 -08:00
ssh-keys.nix openssh: fix linkOpenSSL=false by linking libxcrypt 2024-04-29 00:17:17 +10:00
sslh.nix nixos/sslh: refactor for RFC42 2023-10-29 18:13:37 +01:00
sssd-ldap.nix
sssd.nix
stalwart-mail.nix nixos/tests/stalwart-mail: add onny as maintainer 2024-05-24 12:25:54 +02:00
starship.nix
step-ca.nix nixosTests.step-ca: fix journal error 2024-05-21 20:21:26 +08:00
strongswan-swanctl.nix
stub-ld.nix treewide: Remove usage of pkgs.{system,hostPlatform} aliases 2024-05-16 11:48:32 +02:00
stunnel.nix nixos/tests/stunnel: ensure correct ordering w.r.t. shutdown.target 2023-11-30 15:47:09 -08:00
sudo-rs.nix nixos/tests/sudo-rs: cleanup 2023-11-25 14:11:24 +00:00
sudo.nix nixos/tests/sudo: check that sudo is enabled by default 2023-11-10 03:32:26 +01:00
sunshine.nix nixos/sunshine: init 2024-03-30 20:07:35 -05:00
suwayomi-server.nix nixos/suwayomi-server: add nixos tests 2024-01-19 02:31:33 +01:00
swap-file-btrfs.nix
swap-partition.nix
swap-random-encryption.nix
sway.nix nixos/tests/sway: fix alacritty xwayland test 2024-01-06 11:21:27 +01:00
swayfx.nix swayfx-unwrapped: add basic nixos test 2024-04-29 15:47:59 -04:00
switch-test.nix nixos/switch-to-configuration: add new implementation 2024-05-10 16:33:06 -07:00
sympa.nix
syncthing-init.nix nixos/tests/syncthing-init: Remove unused testName attribute 2023-10-07 14:04:43 +03:00
syncthing-many-devices.nix nixos/syncthing: get API key for every curl request 2023-10-15 02:04:52 +03:00
syncthing-no-settings.nix
syncthing-relay.nix maintainers: remove delroth 2024-04-27 11:54:22 +02:00
syncthing.nix
sysinit-reactivation.nix nixos/switch-to-configuration: add sysinit-reactivation.target 2024-01-18 00:46:30 +01:00
systemd-analyze.nix
systemd-binfmt.nix
systemd-boot-ovmf-broken-fat-driver.patch
systemd-boot.nix Merge pull request #283547 from r-vdp/boot_sort_key 2024-03-02 22:17:52 +01:00
systemd-bpf.nix
systemd-coredump.nix
systemd-credentials-tpm2.nix nixos/tests: adopt newest TPM support in test infra 2023-10-22 16:01:37 +02:00
systemd-cryptenroll.nix nixos/tests: adopt newest TPM support in test infra 2023-10-22 16:01:37 +02:00
systemd-escaping.nix
systemd-homed.nix
systemd-initrd-bridge.nix nixos/tests/systemd-initrd-bridge: init 2023-08-25 13:11:20 -04:00
systemd-initrd-btrfs-raid.nix
systemd-initrd-luks-fido2.nix nixosTests.systemd-initrd-luks-fido2: fix test on aarch64-linux 2024-09-01 10:40:14 +02:00
systemd-initrd-luks-keyfile.nix
systemd-initrd-luks-password.nix
systemd-initrd-luks-tpm2.nix nixos/tests: adopt newest TPM support in test infra 2023-10-22 16:01:37 +02:00
systemd-initrd-luks-unl0kr.nix nixos/tests: init systemd-initrd-luks-unl0kr 2023-10-16 21:33:02 +11:00
systemd-initrd-modprobe.nix nixos/tests/systemd-initrd-modprobe: use loadable module 2024-05-11 13:04:20 +02:00
systemd-initrd-networkd-ssh.nix nixos/tests/systemd-initrd-networkd-ssh: Test with backdoor not LUKS 2023-11-09 17:53:49 -05:00
systemd-initrd-networkd.nix nixos/tests/systemd-initrd-networkd: ensure correct ordering w.r.t. shutdown.target 2023-11-30 15:48:25 -08:00
systemd-initrd-simple.nix systemd-stage-1: Enable backdoor in nixos tests 2023-11-09 17:53:48 -05:00
systemd-initrd-swraid.nix nixos/swraid: fix regression for old initrd and add test coverage 2023-09-10 17:16:33 +02:00
systemd-initrd-vconsole.nix
systemd-initrd-vlan.nix nixos/tests/systemd-initrd-vlan: init 2023-08-25 10:32:10 -04:00
systemd-journal-gateway.nix nixos/(tests/)journald-(remote|upload|gateway): add raitobezarius as a maintainer 2023-12-09 13:57:08 +01:00
systemd-journal-upload.nix systemd.tests.systemd-journal-upload: fix meta eval 2024-01-05 21:34:36 +00:00
systemd-journal.nix nixos/tests/journal-gateway: init 2023-12-09 01:54:44 +01:00
systemd-lock-handler.nix nixos/systemd-lock-handler: init 2024-01-27 11:55:46 +02:00
systemd-machinectl.nix nixos/test/machinectl: set stateVersion 2024-04-01 20:09:11 +02:00
systemd-misc.nix
systemd-networkd-bridge.nix nixos/networkd: add [Bridge] section to netdev conf 2024-04-14 15:16:44 -07:00
systemd-networkd-dhcpserver-static-leases.nix nixos/tests/networkd: make client reliable in dhcpserver-static-leases test 2024-05-30 12:29:36 +02:00
systemd-networkd-dhcpserver.nix nixos/networkd: get rid of *Config attributes in lists 2024-05-20 17:26:42 +02:00
systemd-networkd-ipv6-prefix-delegation.nix Merge pull request #312472 from Ma27/networkd-option-rename 2024-05-30 04:06:01 +02:00
systemd-networkd-vrf.nix nixos/networkd: get rid of *Config attributes in lists 2024-05-20 17:26:42 +02:00
systemd-networkd.nix nixos/networkd: get rid of *Config attributes in lists 2024-05-20 17:26:42 +02:00
systemd-no-tainted.nix
systemd-nspawn-configfile.nix
systemd-nspawn.nix nixos/tests: fix systemd-nspawm under network-online dep fix 2024-01-19 00:11:34 -08:00
systemd-oomd.nix
systemd-portabled.nix
systemd-repart.nix nixos/systemd-repart: remove superfluous gpt manipulation 2023-10-16 19:03:57 +02:00
systemd-resolved.nix nixos/tests: systemd-resolved in stage 1 2024-05-21 20:55:50 -04:00
systemd-shutdown.nix
systemd-sysupdate.nix nixos/sysupdate: fix systemd-sysupdate test 2024-01-31 09:16:04 -08:00
systemd-sysusers-immutable.nix nixos/systemd-sysusers: init 2024-01-18 23:08:14 +01:00
systemd-sysusers-mutable.nix nixos/systemd-sysusers: init 2024-01-18 23:08:14 +01:00
systemd-timesyncd-nscd-dnssec.nix systemd: disable NSCD when DNSSEC validation is disabled in timesyncd 2023-12-20 13:21:43 +02:00
systemd-timesyncd.nix nixos/tests/systemd-timesyncd: tmpfiles.rules -> tmpfiles.settings 2023-11-27 19:29:25 +01:00
systemd-user-linger.nix nixos/users-groups: move linger to oneshot and add nixos test 2024-03-21 19:51:05 -04:00
systemd-user-tmpfiles-rules.nix
systemd-userdbd.nix
systemd.nix systemd: add a name option to all systemd units 2024-04-15 11:32:45 +02:00
systemtap.nix linuxPackages.systemtap: 4.8 -> 5.0a, add nixos tests (#276840) 2024-01-09 19:38:02 +01:00
tandoor-recipes.nix nixos/postgresql: drop ensurePermissions, fix ensureUsers for postgresql15 2023-11-13 17:16:25 +01:00
tang.nix nixos/tang: create module for tang server (#247037) 2023-10-16 13:10:15 +02:00
taskserver.nix
tayga.nix nixos/networkd: get rid of *Config attributes in lists 2024-05-20 17:26:42 +02:00
technitium-dns-server.nix nixos/modules: add technitium-dns-server tests 2024-04-04 08:35:07 +02:00
teeworlds.nix
telegraf.nix telegraf: 1.28.5 -> 1.29.0 2023-12-13 08:49:02 +01:00
teleport.nix teleport_13: remove 2024-05-26 23:43:40 +03:00
terminal-emulators.nix lomiri.lomiri-terminal-app: init at 2.0.1 2024-01-15 18:42:35 +01:00
thelounge.nix
tiddlywiki.nix
tigervnc.nix nixosTests.tigervnc: fix test 2024-05-21 13:16:56 +08:00
timescaledb.nix treewide: fix services.postgresql.extraPlugins usage 2023-12-08 14:58:18 +01:00
timezone.nix
tinydns.nix
tinyproxy.nix
tinywl.nix nixosTests.tinywl: fix by adding Mesa drivers 2023-09-25 13:04:20 +02:00
tmate-ssh-server.nix
tomcat.nix nixosTests.tomcat: add lib to imports to fix eval 2023-12-28 06:50:22 +00:00
tor.nix
tracee.nix tracee: 0.13.1 -> 0.20.0 (#297661) 2024-03-25 19:01:56 +01:00
traefik.nix
trafficserver.nix nixos/tests: fix trafficserver under network-online dep fix 2024-01-18 16:28:42 -08:00
transfer-sh.nix nixosTests.transfer-sh: init 2024-01-29 00:44:36 +08:00
transmission.nix nixosTests.tranmission_4: init 2023-09-23 21:38:47 +10:00
trezord.nix
trickster.nix
trilium-server.nix
tsja.nix treewide: fix services.postgresql.extraPlugins usage 2023-12-08 14:58:18 +01:00
tsm-client-gui.nix tsm-client: 8.1.20.0 -> 8.1.21.0 2023-12-19 19:47:28 +01:00
tuptime.nix
turbovnc-headless-server.nix turbovnc.tests: Replace comment link by newer NixOS manual link 2024-05-29 03:15:44 +00:00
tuxguitar.nix
twingate.nix
txredisapi.nix
typesense.nix typesense: fix test failure due to initialization timing 2024-01-07 13:04:59 +01:00
ucarp.nix
udisks2.nix nixos: remove historical maintainership of modules by eelco 2024-05-12 12:48:57 -07:00
unbound.nix nixos/unbound: Fix deprecation warnings 2023-11-13 08:35:56 +00:00
unifi.nix unifi: remove unifiLTS, unifi5, unifi6 2024-04-12 00:33:16 +01:00
upnp.nix nixos/tests: fix upnp under network-online dep fix 2024-01-19 00:11:34 -08:00
uptermd.nix nixos/tests: fix uptermd under network-online dep fix 2024-01-18 16:28:41 -08:00
uptime-kuma.nix
urn-timer.nix nixosTests.urn-timer: init 2024-02-04 19:59:22 +01:00
usbguard.nix
user-activation-scripts.nix nixos/systemd-user: call systemd-tmpfiles during activation 2023-08-29 10:46:44 -07:00
user-expiry.nix nixos/update-users-groups: add nixos test for the expires option 2023-08-02 13:51:06 +02:00
user-home-mode.nix
ustreamer.nix nixos/tests/ustreamer: init 2024-03-27 06:35:55 +00:00
uwsgi.nix
v2ray.nix
varnish.nix maintainers/teams: init and add helsinki-systems 2023-11-30 19:11:08 +01:00
vault-agent.nix
vault-dev.nix
vault-postgresql.nix
vault.nix
vaultwarden.nix tests/vaultwarden: adjust to changes in frontend 2024-04-09 00:05:35 +02:00
vengi-tools.nix
victoriametrics.nix
vikunja.nix nixos/vikunja: remove setupNginx option 2024-02-20 22:43:53 +01:00
virtualbox.nix nixosTests.virtualbox: remove minimal profile 2024-05-14 18:14:45 +02:00
vscode-remote-ssh.nix
vscodium.nix nixos/tests: fix discrepancy between nix-build and nix build 2024-03-12 10:09:59 -05:00
vsftpd.nix
warzone2100.nix
wasabibackend.nix
wastebin.nix wastebin: init at 2.4.3 (#287455) 2024-04-01 04:55:15 +04:00
watchdogd.nix nixosTests.watchdogd: init 2024-01-20 00:15:35 +01:00
webhook.nix
wiki-js.nix nixos/postgresql: drop ensurePermissions, fix ensureUsers for postgresql15 2023-11-13 17:16:25 +01:00
wine.nix
without-nix.nix
wmderland.nix treewide: rename renamed sddm/displayManager settings 2024-04-08 21:56:38 +02:00
wordpress.nix nixos/wordpress: Add test for wordpress6_4 2023-11-14 18:34:57 +01:00
workout-tracker.nix nixos/workout-tracker: init 2024-03-28 20:08:28 +05:30
wpa_supplicant.nix Merge pull request #305689 from rnhmjoj/pr-fix-wpa-secrets 2024-04-21 16:07:42 +02:00
wrappers.nix nixos/security/wrappers: add one regression test for #98863 2023-08-27 14:10:38 +02:00
xandikos.nix
xautolock.nix
xfce.nix treewide: rename renamed sddm/displayManager settings 2024-04-08 21:56:38 +02:00
xmonad-xdg-autostart.nix treewide: rename renamed sddm/displayManager settings 2024-04-08 21:56:38 +02:00
xmonad.nix treewide: rename renamed sddm/displayManager settings 2024-04-08 21:56:38 +02:00
xpadneo.nix
xrdp-with-audio-pulseaudio.nix nixos/tests: add xrdp-with-audio-pulseaudio 2024-01-13 12:42:06 -03:00
xrdp.nix
xscreensaver.nix nixos/xscreensaver: add module tests 2023-11-24 08:53:00 -03:00
xss-lock.nix
xterm.nix
xxh.nix
yabar.nix
ydotool.nix nixosTests.ydotool: init 2024-05-13 12:22:06 +02:00
yggdrasil.nix nixos/yggdrasil: add extraArgs option 2023-10-06 17:59:14 +01:00
your_spotify.nix nixosTests.your_spotify: init 2024-05-13 22:12:17 +02:00
zammad.nix nixos/tests/zammad: set memory limit to 2048 MB 2023-12-14 18:03:22 +01:00
zeronet-conservancy.nix
zfs.nix zfs_unstable: Rename from zfsUnstable 2024-02-27 18:45:55 -05:00
zigbee2mqtt.nix nixos/tests/zigbee2mqtt: test against dummy serial device 2024-02-03 02:22:44 +01:00
zoneminder.nix
zookeeper.nix
zram-generator.nix
zrepl.nix nixos/tests: fix zrepl under network-online dep fix 2024-01-18 16:28:41 -08:00
zsh-history.nix
zwave-js.nix zwave-js: module init, zwave-js-server: init at 1.33.0 2023-11-02 08:21:09 +00:00