nixpkgs/nixos/tests
Jappie Klooster a4d72ad628
nixos/keter: init
Enable keter module

Keter is an apploader which:
1. has the old app running on a port.
2. loads a new one, and wait for that to complete
3. switches the old with the new one once the new one finished loading.

It supports more functionality but this use case
is the primary one being used by supercede.

Adds keter as a module to nixos.
Currently keter is unusable with nix,
because it relies on bundeling of a tar and uploading that to a specific folder.
These expressions automate these devops tasks,
with especially nixops in mind.
This will work with versions above 1.8

The test seems to work.
This uses a new version of keter which has good
support for status code on error pages.
We're using this config at production at supercede
so it should be fine.

Squash log:
==========

mention keter in changelog

Update generated release notes

Always restart keter on failure

This is a little bit of extra stability in case keter crashes.
Which can happen under extreme conditions (DoS attacks).

Update nixos/doc/manual/release-notes/rl-2205.section.md

Co-authored-by: ckie <25263210+ckiee@users.noreply.github.com>

Update nixos/modules/module-list.nix

Co-authored-by: ckie <25263210+ckiee@users.noreply.github.com>

Remove sanitization

don't put domain in as a string

Update nixos/tests/keter.nix

Co-authored-by: ckie <25263210+ckiee@users.noreply.github.com>

add jappie as module maintainer

Use type path instead of two seperate options

Fix generated docs

added test machinery to figure out why it's failing

Fix the test, use console output

run nixpkgs-fmt on all modules

Inline config file.

This get's rid of a lot of inderection as well.

Run nix format

remove comment

simplify executable for test

delete config file

add config for keter root

Remove after redis clause

set keter root by default to /var/lib/keter

Update nixos/modules/services/web-servers/keter/default.nix

Co-authored-by: ckie <25263210+ckiee@users.noreply.github.com>

Update nixos/modules/services/web-servers/keter/default.nix

Co-authored-by: ckie <25263210+ckiee@users.noreply.github.com>

Update nixos/modules/services/web-servers/keter/default.nix

Co-authored-by: ckie <25263210+ckiee@users.noreply.github.com>

fix nit

add newlines

add default text and move description in a long description

Delete rather obvious comment

fix release db thing

remove longDescription and put it in a comment instead

change description of mkEnalbeOption

explain what keter does by using the hackage synopsis

set domain to keterDomain and same for executable

move comment to where it's happening

fix type error

add formatting better comment

try add seperate user for keter

Revert "try add seperate user for keter"

This reverts commit d3522d36c96117335bfa072e6f453406c244e940.

Doing this breaks the setup

set default to avoid needing cap_net_bind_service

remove weird comment

use example fields

eleborated on process leakage

Update nixos/modules/services/web-servers/keter/default.nix

Co-authored-by: ckie <25263210+ckiee@users.noreply.github.com>

run nixpkgs-fmt

update docs

Fix formatting, set keter package by default

format our little nixexpr

replace '' -> " where possible

drop indent for multiline string

make description much shorter

regen docs database
2022-08-18 15:29:47 +03:00
..
common nixos/lxd: improve tests 2022-05-03 12:24:13 +02:00
dnscrypt-wrapper nixos/test/dnscrypt-wrapper: fix test 2021-01-26 19:17:30 +01:00
fcitx treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
git gitAndTools: move everything to the top level 2021-01-14 21:27:48 +00:00
google-oslogin google-compute-config: update config 2022-02-05 23:33:10 +03:00
hadoop nixos/hadoop: add module options for commonly used service configs 2022-03-11 14:26:57 +05:30
hitch treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
hocker-fetchdocker treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
hydra hydra-unstable -> hydra_unstable 2022-05-10 23:32:02 +02:00
ihatemoney nixos/tests/ihatemoney: fix test 2022-05-21 12:00:00 +00:00
initrd-network-openvpn
initrd-network-ssh nixos/initrd-network-ssh: fix test 2020-11-02 21:18:57 +01:00
installed-tests power-profiles-daemon: 0.10.1 → 0.11.1 2022-05-03 22:51:48 +02:00
kerberos treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
krb5 treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
kubernetes nixos/kubernetes: use kubectl from kubernetes 2022-02-25 19:22:30 +10:00
lorri treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
lvm2 nixos/stage-1-systemd: Add LVM2 support 2022-04-13 23:00:19 +01:00
matrix Merge pull request #173239 from jojosch/mjolnir-update 2022-06-02 21:40:53 +02:00
mysql nixosTests.mysql-backup: fix 2022-05-23 02:39:33 +02:00
nextcloud nextcloud22: drop 2022-05-21 18:34:28 +02:00
nfs nixosTests: Redirect stdout to stderr when detaching 2021-11-05 02:41:26 +01:00
nixops nixos/tests/nixops: Remove sanitizeDerivationName 2022-03-30 10:30:20 +02:00
pam nixos/tests: fix all tests that uses wait_until_tty_matches 2022-06-04 12:22:03 +08:00
parsedmarc elk7: 7.11.1 -> 7.16.1, 6.8.3 -> 6.8.21 + add filebeat module and tests (#150879) 2021-12-17 00:20:52 +09:00
php treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
podman podman: 3.4.4 -> 4.0.1 2022-02-25 19:09:29 +10:00
shadowsocks nixos/shadowsocks: add test without plugin 2020-09-14 22:35:05 +02:00
spark nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
tinc nixos/tests/tinc: init with simple test 2020-12-13 21:33:38 +01:00
web-apps nixos/peertube: use redis.servers 2022-05-19 23:52:50 +03:00
web-servers treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
wireguard maintainers: xwvvvvwx -> d-xo 2021-08-08 19:11:45 +02:00
xmpp nixosTests.prosody: remove explicit timeout_callback error path 2022-05-02 12:43:19 +02:00
3proxy.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
acme.nix nixos/acme: ensure web servers using certs can access them 2022-01-08 15:05:34 -05:00
adguardhome.nix nixos/adguardhome: add test 2022-01-17 01:39:27 +01:00
aesmd.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
agda.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
airsonic.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
all-terminfo.nix nixos/terminfo: add enableAllTerminfo option 2022-04-13 10:04:31 +03:00
all-tests.nix nixos/keter: init 2022-08-18 15:29:47 +03:00
amazon-init-shell.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
apfs.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
apparmor.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
atd.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
atop.nix nixos tests atop: don't allow unfree packages 2022-04-05 20:06:24 +02:00
avahi.nix nixos/tests/avahi: Fix running background command 2022-03-22 17:24:13 +01:00
babeld.nix nixos/tests/babeld: drop forwarding sysctls 2021-04-25 00:55:05 +02:00
bazarr.nix maintainers: xwvvvvwx -> d-xo 2021-08-08 19:11:45 +02:00
bcachefs.nix treewide/meta: Remove chiiruno and replace with Madouura (#169096) 2022-04-18 02:13:36 +03:00
beanstalkd.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
bees.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
bind.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
bird.nix nixos/bird: run service as non-root user, add test for reload 2022-02-27 16:19:22 +08:00
bitcoind.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
bittorrent.nix nixosTests.bittorrent: fix with new transmission options 2021-11-02 17:41:55 +01:00
blockbook-frontend.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
blocky.nix nixos/blocky: init 2022-02-14 22:48:32 -03:00
boot-stage1.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
boot.nix nixos/tests/boot: fix after aa0f27abb0 2022-04-03 17:24:05 +01:00
borgbackup.nix openssh: Update tests to use new option name 2022-01-18 13:58:33 +01:00
botamusique.nix nixosTests.botamusique: satisfy pyradios dns lookup 2022-03-30 19:11:43 +02:00
bpf.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
breitbandmessung.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
brscan5.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
btrbk-no-timer.nix nixos/btrbk: allow instances without timers 2022-05-12 05:55:17 +08:00
btrbk.nix openssh: Update tests to use new option name 2022-01-18 13:58:33 +01:00
buildbot.nix treewide: remove nand0p as maintainer 2021-05-17 01:50:49 +02:00
buildkite-agents.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
caddy.nix nixos/tests: fix some evaluation errors 2022-03-18 02:44:11 +01:00
cadvisor.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
cage.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
cagebreak.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
calibre-web.nix calibre-web: 0.6.12 -> 0.6.13 2021-09-27 20:51:30 +02:00
cassandra.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
ceph-multi-node.nix nixos/tests: fix some evaluation errors 2022-03-18 02:44:11 +01:00
ceph-single-node-bluestore.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
ceph-single-node.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
certmgr.nix nixosTests.certmgr: fix systemd test 2020-10-23 18:09:50 -07:00
cfssl.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
charliecloud.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
chromium.nix nixos/tests/chromium: Switch to nodes.machine (vs. deprecated machine attribute) 2022-05-14 23:54:41 +02:00
cjdns.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
clickhouse.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
cloud-init.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
cntr.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
cockroachdb.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
collectd.nix nixos/collectd: put extraconfig before plugins 2022-04-03 17:25:26 +02:00
consul.nix
containers-bridge.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
containers-custom-pkgs.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
containers-ephemeral.nix nixos-container: Use new configuration & state directories 2022-04-27 18:35:08 +12:00
containers-extra_veth.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
containers-hosts.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
containers-imperative.nix treewide: fix loss of precision in NixOS systems 2022-05-28 20:01:55 +00:00
containers-ip.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
containers-macvlans.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
containers-names.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
containers-nested.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
containers-physical_interfaces.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
containers-portforward.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
containers-reloadable.nix nixos/containers: styling improvements 2021-02-26 17:44:14 +01:00
containers-restart_networking.nix nixos/containers: styling improvements 2021-02-26 17:44:14 +01:00
containers-tmpfs.nix nixos-container: Use new configuration & state directories 2022-04-27 18:35:08 +12:00
convos.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
corerad.nix nixos/tests/corerad: Use curl --fail 2020-10-25 11:01:31 +01:00
coturn.nix nixos/tests/coturn: init 2021-07-03 08:32:03 +01:00
couchdb.nix couchdb3: add vm.args and fix pkgs.couchdb reference 2021-12-09 14:55:01 +00:00
cri-o.nix nixos/tests: fix some evaluation errors 2022-03-18 02:44:11 +01:00
croc.nix nixosTests: Redirect stdout to stderr when detaching 2021-11-05 02:41:26 +01:00
cryptpad.nix cryptpad: add test for nixos module 2021-08-11 11:04:39 +09:00
custom-ca.nix nixosTests.custom-ca: fix meta evaluation 2022-05-22 15:57:57 +02:00
deluge.nix deluge: fix test (#144718) 2021-11-05 10:44:25 +01:00
dendrite.nix nixos/dendrite: add an option loadCredential 2022-05-29 13:34:14 -07:00
dex-oidc.nix dex-oidc: add module 2021-09-25 13:12:51 +02:00
dhparams.nix
disable-installer-tools.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
discourse.nix discourse.tests: Improve test performance 2021-10-28 12:55:01 +02:00
dnscrypt-proxy2.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
dnsdist.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
doas.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
docker-registry.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
docker-rootless.nix docker-rootless service: init 2021-12-22 14:23:23 +03:00
docker-tools-cross.nix dockerTools: pkgs.system -> pkgs.stdenv.hostPlatform.system 2022-04-05 10:19:40 +10:00
docker-tools-overlay.nix Revert "nixos/tests/docker-tools*: remove useless formatter" 2021-05-09 02:57:17 +02:00
docker-tools.nix dockerTools: pkgs.system -> pkgs.stdenv.hostPlatform.system 2022-04-05 10:19:40 +10:00
docker.nix nixos/docker: ensure ipv4 forwarding is enabled 2021-05-08 18:58:24 +01:00
documize.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
doh-proxy-rust.nix nixos/test/doh-proxy-rust: fix failing check 2022-01-22 23:17:27 +01:00
dokuwiki.nix nixos/dokuwiki: Add support for Caddy web server 2021-09-18 23:09:21 +09:00
domination.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
dovecot.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
drbd.nix nixos/tests/drbd: init 2021-11-30 21:44:11 +01:00
earlyoom.nix nixos/earlyoom: bring the module up to date (#163663) 2022-03-24 15:34:09 +08:00
ec2.nix nixos/tests/ec2: fix conflicting option values 2021-09-22 11:20:30 +02:00
ecryptfs.nix nixos/tests: fix all tests that uses wait_until_tty_matches 2022-06-04 12:22:03 +08:00
elk.nix elk7: 7.11.1 -> 7.16.1, 6.8.3 -> 6.8.21 + add filebeat module and tests (#150879) 2021-12-17 00:20:52 +09:00
emacs-daemon.nix tests/emacs-daemon: fix failure for unset $DISPLAY 2022-04-16 16:53:45 +12:00
empty-file nixos: add functions and documentation for escaping systemd Exec* directives 2022-03-12 00:48:52 +01:00
engelsystem.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
enlightenment.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
env.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
envoy.nix nixos/envoy: init 2022-04-07 14:43:53 +00:00
ergo.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
ergochat.nix nixos/tests/ergochat: init 2022-01-14 23:33:23 +01:00
etcd-cluster.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
etcd.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
etebase-server.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
etesync-dav.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
extra-python-packages.nix nixos/test-driver: add test for extraPythonPackages 2022-05-29 11:22:42 +02:00
fancontrol.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
fenics.nix python3Packages.fenics: fix build, pin to older boost (#166728) 2022-04-14 19:37:20 -05:00
ferm.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
firefox.nix nixos/tests/firefox: fix return type typing 2022-06-06 13:29:09 +02:00
firejail.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
firewall.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
fish.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
flannel.nix
fluentd.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
fluidd.nix nixos/fluidd: init fluidd service at 1.16.2 2021-08-21 23:32:52 +02:00
fontconfig-default-fonts.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
freeswitch.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
frr.nix nixos/tests/frr: init 2022-01-09 04:12:55 +01:00
fsck.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
ft2-clone.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
gerrit.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
geth.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
ghostunnel.nix nixos/tests/ghostunnel.nix: Fix eval as invoked by release.nix 2021-10-31 15:35:02 +01:00
gitdaemon.nix nixos/tests/gitdaemon: deflake by using systemd-tmpfiles 2021-05-02 21:58:43 +00:00
gitea.nix gitea: 1.13.7 -> 1.14.0 2021-04-11 13:39:39 +02:00
gitlab.nix nixos/tests/gitlab: Add additional test cases (#167223) 2022-05-02 15:21:18 +02:00
gitolite-fcgiwrap.nix nixos/tests: fix some evaluation errors 2022-03-18 02:44:11 +01:00
gitolite.nix nixos/tests/gitolite: fix test timeout 2022-05-27 15:34:46 +02:00
glusterfs.nix nixosTests.*: update to use virtualisation.fileSystems 2021-02-14 12:23:50 +01:00
gnome-xorg.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
gnome.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
go-neb.nix nixos/go-neb: secret support 2021-06-26 11:59:50 +02:00
gobgpd.nix nixos/tests/gobgpd: init 2021-04-09 14:57:33 +00:00
gocd-agent.nix nixosTests.*: Don't use the -q flag with grep when used with curl 2021-06-05 18:44:54 +02:00
gocd-server.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
gotify-server.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
grafana.nix nixosTests.*: Don't use the -q flag with grep when used with curl 2021-06-05 18:44:54 +02:00
graphite.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
graylog.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
grocy.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
grub.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
gvisor.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
haka.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
haproxy.nix haproxy: 2.3.14 -> 2.5.1 2022-01-30 13:37:20 +01:00
hardened.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
haste-server.nix nixosTests.haste-server: init 2022-03-07 23:38:25 +01:00
hbase.nix hbase: 0.98.24 -> 2.4.11 2022-04-18 02:02:43 +05:30
hedgedoc.nix nixos/codimd: rename to hedgedoc 2020-12-22 01:39:03 +01:00
herbstluftwm.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
hibernate.nix nixos/stage-1-systemd: Implement hibernation + test 2022-04-13 23:02:13 +01:00
hledger-web.nix nixos/hledger-web: set capabilites as boolean 2021-03-26 13:45:13 +01:00
hockeypuck.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
home-assistant.nix nixos/tests/home-assistant: assert regex match 2022-06-03 18:56:11 -07:00
hostname.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
hound.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
i3wm.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
icingaweb2.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
iftop.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
image-contents.nix nixosTests.image-contents: init 2020-12-20 21:24:50 +01:00
incron.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
influxdb.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
initrd-network.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
initrd-secrets.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
input-remapper.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
inspircd.nix !fixup simplify zipListsWith call 2021-03-22 14:52:13 +01:00
installer-systemd-stage-1.nix nixos: Include zfsroot in installer-systemd-stage-1 tests 2022-05-03 14:56:44 -04:00
installer.nix nixos/tests/installer: add bcachefs tests 2022-05-04 19:26:43 -05:00
invidious.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
invoiceplane.nix nixos/invoiceplane: init module and package at 1.5.11 (#146909) 2022-01-20 22:45:35 +09:00
iodine.nix
ipfs.nix nixos/ipfs: add systemd hardening 2022-03-22 11:12:14 +01:00
ipv6.nix nixos/network: allow configuring tempaddr for undeclared interfaces 2021-04-27 16:43:30 +02:00
iscsi-multipath-root.nix nixos/nix-daemon: use structural settings 2022-01-26 21:04:50 -05:00
iscsi-root.nix nixos/nix-daemon: use structural settings 2022-01-26 21:04:50 -05:00
isso.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
jackett.nix
jellyfin.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
jenkins-cli.nix nixos/modules/jenkins: Test the CLI 2021-07-04 14:49:39 -07:00
jenkins.nix nixos/jenkinsSlave: install java 2022-04-01 22:11:18 +02:00
jibri.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
jirafeau.nix
jitsi-meet.nix nixos/tests: fix some evaluation errors 2022-03-18 02:44:11 +01:00
k3s-single-node-docker.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
k3s-single-node.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
kafka.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
kanidm.nix nixos/kanidm: init 2022-05-05 19:06:13 +02:00
kbd-setfont-decompress.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
kbd-update-search-paths-patch.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
kea.nix nixos/tests/kea: init 2021-07-14 01:36:04 +02:00
keepalived.nix
keepassxc.nix nixosTests.keepassxc: Simplify OCR test 2022-05-16 10:37:16 +02:00
kernel-generic.nix linux/hardened/patches/5.17: init at 5.17.5-hardened1 2022-05-06 10:17:59 +02:00
kernel-latest-ath-user-regd.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
keter.nix nixos/keter: init 2022-08-18 15:29:47 +03:00
kexec.nix nixosTests.kexec: better test if we are in a new system 2022-04-16 19:51:28 +02:00
keycloak.nix keycloak: Switch to the new Quarkus version of Keycloak 2022-04-12 13:42:54 +02:00
keymap.nix nixosTests: Redirect stdout to stderr when detaching 2021-11-05 02:41:26 +01:00
knot.nix nixos/tests/knot: add extra cpu core to master 2021-12-04 16:53:31 +01:00
ksm.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
leaps.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
libinput.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
libreddit.nix nixos/libreddit: do not test an error 2021-12-28 12:14:07 +01:00
libresprite.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
libreswan.nix nixos/tests/libreswan: fixup 739c51ae4e 2022-01-19 11:43:01 +01:00
lidarr.nix
lightdm.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
limesurvey.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
litestream.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
locate.nix nixosTests.*: update to use virtualisation.fileSystems 2021-02-14 12:23:50 +01:00
login.nix nixos/tests: fix all tests that uses wait_until_tty_matches 2022-06-04 12:22:03 +08:00
logrotate.nix logrotate: add logrotate-checkconf.service 2022-04-01 07:09:27 +09:00
loki.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
lxd-image-server.nix nixos/lxd: improve tests 2022-05-03 12:24:13 +02:00
lxd-nftables.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
lxd.nix nixos/lxd: improve tests 2022-05-03 12:24:13 +02:00
maddy.nix nixos/maddy: Add module for maddy 2021-12-07 22:58:22 +01:00
maestral.nix nixos: add maestral tests 2022-04-03 03:37:22 +08:00
magic-wormhole-mailbox-server.nix nixosTests: Redirect stdout to stderr when detaching 2021-11-05 02:41:26 +01:00
magnetico.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
mailcatcher.nix nixosTests.mailcatcher: replace ssmtp module use with msmtp 2022-04-17 00:44:50 +02:00
mailhog.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
make-test-python.nix make-test-python: disallow aliases 2021-06-03 11:03:31 -07:00
man.nix nixos/tests/man: test common functionality of both man impls 2021-12-31 11:17:34 +01:00
matomo.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
matrix-appservice-irc.nix nixos/tests/matrix-appservice-irc: disable registration verification 2022-05-04 10:25:20 +02:00
matrix-conduit.nix nixos/matrix-conduit: init 2022-01-03 15:36:56 +01:00
matrix-synapse.nix nixos/tests/matrix-synapse: use settings option 2022-03-04 23:57:30 +01:00
mattermost.nix nixos/mattermost: Support declarative Mattermost plugins 2021-12-31 23:49:00 -05:00
mediatomb.nix mediatomb/gerbera: Improve firewall rules and open firewall option 2020-10-08 08:59:49 +02:00
mediawiki.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
meilisearch.nix nixos/tests/meilisearch: fix curl invocation 2022-05-27 15:33:42 +02:00
memcached.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
metabase.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
mimir.nix mimir: switch pname to mimir 2022-06-07 06:53:15 -04:00
minecraft-server.nix nixos/tests/minecraft-server: fix build on i686 2021-05-15 01:17:51 +02:00
minecraft.nix nixosTests: Redirect stdout to stderr when detaching 2021-11-05 02:41:26 +01:00
minidlna.nix nixosTests.minidlna: fix by performing requests by IP 2022-03-06 13:08:19 +00:00
miniflux.nix nixos/miniflux: no cleartext password in the store 2022-01-31 21:31:28 +01:00
minio.nix nixos/tests/minio: fix deprecation warning 2021-09-22 11:35:22 +02:00
misc.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
mod_perl.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
molly-brown.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
mongodb.nix mongodb: add 4.4 2022-04-09 09:41:55 +02:00
moodle.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
moonraker.nix nixos/tests/moonraker: init 2022-03-22 15:35:39 -07:00
moosefs.nix nixos/tests: add moosefs test 2022-02-03 12:31:36 +01:00
morty.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
mosquitto.nix nixos/mosquitto: add missing listener option bind_interface 2022-05-15 10:33:38 +02:00
mpd.nix nixos/tests/mpd.nix: mpc_cli -> mpc-cli 2022-01-24 23:24:06 -03:00
mpich-example.c
mpv.nix nixosTests: Redirect stdout to stderr when detaching 2021-11-05 02:41:26 +01:00
mtp.nix nixos/tests/mtp: init 2022-04-02 18:28:02 +01:00
mumble.nix nixosTests: Redirect stdout to stderr when detaching 2021-11-05 02:41:26 +01:00
munin.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
musescore.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
mutable-users.nix nixos/users-groups: Add dry mode 2021-09-07 10:30:42 +02:00
mxisd.nix mxisd: remove (#119372) 2021-04-19 11:26:08 -04:00
n8n.nix nixos/n8n: init module and test 2020-12-05 11:02:40 +01:00
nagios.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
nar-serve.nix nixos/tests/nar-serve: Fix after nix version bump 2022-03-28 09:05:20 -07:00
nat.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
nats.nix nixos/nats: fix test 2022-03-07 17:36:21 +01:00
navidrome.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
nbd.nix nixos/nbd: fix nbd-server config section ordering 2022-04-18 17:28:09 +01:00
ncdns.nix nixos/tests/ncdns: fix test 2022-04-14 21:07:15 +02:00
ndppd.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
nebula.nix nixos/nebula: Add enable option defaulting to true to Nebula networks 2021-04-16 19:57:02 -07:00
neo4j.nix nixos/tests/neo4j: Use curl --fail 2020-10-25 11:01:30 +01:00
netdata.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
networking-proxy.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
networking.nix nixos/network-interfaces: add networking.interfaces.<name>.ipv[46].routes.type 2022-06-02 19:16:25 +01:00
nexus.nix treewide: remove ma27 from the maintainer-list of a few packages 2021-08-27 22:28:49 +02:00
nghttpx.nix
nginx-auth.nix nginx: test basic auth 2020-11-02 08:16:01 -05:00
nginx-etag.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
nginx-http3.nix nixos/tests: add nginx-http3 test 2022-05-22 19:29:12 +03:00
nginx-modsecurity.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
nginx-pubhtml.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
nginx-sandbox.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
nginx-sso.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
nginx-variants.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
nginx.nix nixosTests.nginx*: nginxUnstable -> nginxMainline 2021-06-05 18:44:48 +02:00
nitter.nix nixos/nitter: fix wait_for_open_port 2022-06-05 09:35:48 +02:00
nix-ld.nix nix-ld: 1.0.0 -> 1.0.2 2022-05-15 21:06:05 +02:00
nix-serve-ssh.nix nixos/tests: fix nix-serve path 2021-12-03 18:40:03 +02:00
nix-serve.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
nixos-generate-config.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
node-red.nix nixos/node-red: add test 2021-07-28 17:32:45 +01:00
nomad.nix nixos/tests: add test for custom nomad state directory 2021-01-23 19:44:37 -05:00
noto-fonts.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
novacomd.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
nsd.nix nixos/test: some test fixes in succession of #125992 2021-08-20 13:38:22 -05:00
nzbget.nix nixos/nzbget: add settings option 2021-08-17 09:19:22 -04:00
nzbhydra2.nix nixos/nzbhydra2: init 2020-12-21 19:41:24 +01:00
oci-containers.nix maintainers: add serokell team, move various packages to it 2021-05-08 12:11:48 +02:00
odoo.nix nixosTests.odoo: init 2021-11-03 03:52:42 +01:00
oh-my-zsh.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
ombi.nix nixos/ombi: add test for ombi to ensure startup 2021-04-01 10:34:40 +03:00
openarena.nix nixosTests: Redirect stdout to stderr when detaching 2021-11-05 02:41:26 +01:00
openldap.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
openresty-lua.nix nixos/tests/openresty-lua: test openresty with lua 2021-10-14 07:01:56 -04:00
opensmtpd-rspamd.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
opensmtpd.nix
openssh.nix nixos/tests/openssh: add timeouts to all ssh invocations 2022-05-04 07:58:52 +03:00
openstack-image.nix
opentabletdriver.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
orangefs.nix nixosTests.*: update to use virtualisation.fileSystems 2021-02-14 12:23:50 +01:00
os-prober.nix nixos/tests/os-prober: fix 2022-05-21 12:00:00 +00:00
osrm-backend.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
overlayfs.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
owncast.nix nixos/tests/owncast: rewrite test 2021-11-04 22:30:45 -07:00
pacemaker.nix nixos/tests/pacemaker: init 2022-03-09 01:19:10 +01:00
packagekit.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
pantheon.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
paperless.nix nixos/paperless-ng: rename to paperless, use paperless-ngx package 2022-04-12 18:15:44 +02:00
pdns-recursor.nix nixos/tests/pdns-recursor: test a DNS query 2022-04-14 17:31:27 +02:00
peerflix.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
pgadmin4-standalone.nix tests/pgadmin4-standalone: add 2022-02-26 14:27:30 +01:00
pgadmin4.nix pgadmin4: pass pythonEnv as variable 2022-04-28 15:03:31 +02:00
pgjwt.nix
pgmanage.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
pict-rs.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
pinnwand.nix nixos/tests/pinnwand: use wait_for_open_port instead of direct sockstat call 2021-05-03 16:52:06 +02:00
plasma5-systemd-start.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
plasma5.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
plausible.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
pleroma.nix nixosTests.pleroma: fix test, remove toot patch 2022-05-06 17:45:42 +02:00
plikd.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
plotinus.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
podgrab.nix nixos/tests/podgrab: init 2021-04-15 20:57:22 +00:00
pomerium.nix nixosTests.*: Don't use the -q flag with grep when used with curl 2021-06-05 18:44:54 +02:00
postfix-raise-smtpd-tls-security-level.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
postfix.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
postfixadmin.nix nixos/tests: stdenv.lib -> lib 2021-09-22 09:06:50 +02:00
postgis.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
postgresql-wal-receiver.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
postgresql.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
power-profiles-daemon.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
powerdns-admin.nix powerdns-admin: fix and add module 2021-12-17 10:33:40 +01:00
powerdns.nix powerdns: 4.3.1 -> 4.6.1 2022-03-28 22:05:31 +08:00
pppd.nix
predictable-interface-names.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
printing.nix cups: 2.3.3 -> 2.3.3op2 2021-09-19 16:17:05 +02:00
privacyidea.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
privoxy.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
prometheus-exporters.nix Merge pull request #159986 from NukaDuka/pve_exporter 2022-03-10 22:41:45 +01:00
prometheus.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
prowlarr.nix nixos/tests/prowlarr: init 2021-10-10 14:05:33 -07:00
proxy.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
pt2-clone.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
public-inbox.nix nixos/public-inbox: add tests 2022-05-12 01:56:16 +02:00
pulseaudio.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
qboot.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
quorum.nix nixosTests.quorum: use succeed everywhere 2022-01-20 19:58:42 +01:00
rabbitmq.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
radarr.nix nixos/tests/radarr: fix type of argument in test script 2022-06-06 16:39:55 -04:00
radicale.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
rasdaemon.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
redis.nix nixos/redis: cleanup tests 2021-12-13 14:42:19 -05:00
redmine.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
resolv.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
restart-by-activation-script.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
restic.nix nixos/restic: add backup{Prepare,Cleanup}Command options 2022-06-03 11:22:22 -03:00
retroarch.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
riak.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
robustirc-bridge.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
roundcube.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
rspamd.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
rss2email.nix rss2email test: fix name (#125863) 2021-06-06 01:05:39 +02:00
rstudio-server.nix nixos/tests: fix some evaluation errors 2022-03-18 02:44:11 +01:00
rsyncd.nix nixos: add services.rsyncd.socketActivated option 2021-01-28 11:22:31 +01:00
rsyslogd.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
rxe.nix
sabnzbd.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
samba-wsdd.nix nixos/tests/wsdd: fix test 2021-12-08 16:44:16 +03:00
samba.nix nixos/samba: Add openFirewall option 2021-10-19 19:11:02 +11:00
sanoid.nix nixos/tests/sanoid: Improve tests by checking that no permissions are left behind 2021-07-26 11:05:52 +02:00
sddm.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
seafile.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
searx.nix nixos/tests/searx: fix for 1.0 update 2021-04-19 00:13:05 +02:00
service-runner.nix nixosTests.service-runner: Redirect stdout to avoid blocking 2021-11-05 21:22:31 +01:00
sfxr-qt.nix sfxr-qt: add nixos test 2022-03-23 10:59:09 +01:00
shadow.nix nixos/tests: fix all tests that uses wait_until_tty_matches 2022-06-04 12:22:03 +08:00
shattered-pixel-dungeon.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
shiori.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
signal-desktop.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
simple.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
slurm.nix treewide: runCommandNoCC -> runCommand 2021-08-15 17:36:41 +02:00
smokeping.nix Merge pull request #100155 from primeos/nixos-add-fqdn-option 2021-01-25 16:45:45 +01:00
snapcast.nix nixos/snapserver: don't open ports by default 2022-04-20 23:25:28 +02:00
snapper.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
soapui.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
sogo.nix treewide: Fix mysql alias deprecation breakage 2021-06-04 21:42:08 +02:00
solanum.nix solanum: fix MOTD 2021-05-30 20:27:08 -04:00
solr.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
sonarr.nix
sourcehut.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
spacecookie.nix nixos/spacecookie: convert into settings-style freeform configuration 2021-04-10 15:44:19 +02:00
specialisation.nix
ssh-keys.nix google-compute-config: update config 2022-02-05 23:33:10 +03:00
sslh.nix nixos/tests/sslh: Use curl --fail 2020-10-25 11:01:30 +01:00
sssd-ldap.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
sssd.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
starship.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
step-ca.nix nixos/tests: fix some evaluation errors 2022-03-18 02:44:11 +01:00
strongswan-swanctl.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
sudo.nix nixos/sudo: fix test for 1.9.9 2022-02-01 12:55:29 +01:00
sway.nix nixos/tests/sway: skip type check for now 2022-06-04 13:55:01 +08:00
switch-test.nix nixos/switchTest: Also test boot/switch actions 2022-03-20 13:04:24 +01:00
sympa.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
syncthing-init.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
syncthing-relay.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
syncthing.nix nixos/syncthing: add declarative.extraOptions 2021-07-28 10:56:06 +02:00
systemd-analyze.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
systemd-binfmt.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
systemd-boot.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
systemd-confinement.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
systemd-cryptenroll.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
systemd-escaping.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
systemd-initrd-btrfs-raid.nix nixos/btrfs: Add systemd stage 1 support 2022-04-24 16:32:54 +02:00
systemd-initrd-luks-keyfile.nix nixos/systemd-stage-1: Add initrd secrets support 2022-04-30 11:41:27 +02:00
systemd-initrd-luks-password.nix nixos/stage-1-systemd: Add LUKS w/ password support 2022-04-18 11:42:45 +01:00
systemd-initrd-simple.nix nixos/systemd-initrd-simple: Fix test warnings 2022-05-01 17:06:15 +02:00
systemd-initrd-swraid.nix nixos/stage-1-init: Merge mdraid module into swraid 2022-04-15 19:57:16 +01:00
systemd-journal.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
systemd-machinectl.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
systemd-misc.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
systemd-networkd-dhcpserver-static-leases.nix nixos/networkd: add dhcpServerStaticLeaseConfig option 2021-11-30 09:58:33 +01:00
systemd-networkd-dhcpserver.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
systemd-networkd-ipv6-prefix-delegation.nix nixos/tests/systemd-networkd-ipv6-prefix-delegation: fix 2022-01-20 15:54:38 +01:00
systemd-networkd-vrf.nix nixos/tests/systemd-networkd-vrf: move disabled check inline 2022-01-13 09:21:38 +10:00
systemd-networkd.nix nixos/networkd: configure /etc/systemd/networkd.conf 2022-04-11 00:28:33 +00:00
systemd-nspawn.nix nixos/tests/systemd-nspawn: add test for machinectl pull-tar 2022-05-07 18:14:46 +02:00
systemd-shutdown.nix nixos: Fix up systemd shutdown ramfs 2022-04-28 14:12:14 -04:00
systemd-timesyncd.nix
systemd.nix Merge pull request #165035 from roberth/nixosTest-remove-machine-arg 2022-03-31 14:41:05 +02:00
taskserver.nix nixos/taskserver: do not open firewall port implicitly 2022-03-05 15:15:50 +01:00
teeworlds.nix nixos/tests/teeworlds: fix blocking execute calls 2022-01-21 12:05:58 +01:00
telegraf.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
teleport.nix nixos/tests/teleport: init 2022-01-11 10:11:17 +01:00
terminal-emulators.nix nixos/tests/terminal-emulators: fix nonexistant stdenv.lib in maintainers 2022-03-24 00:19:15 +13:00
thelounge.nix nixos/thelounge: add test 2022-01-16 16:25:45 -05:00
tiddlywiki.nix
tigervnc.nix nixosTests: Redirect stdout to stderr when detaching 2021-11-05 02:41:26 +01:00
timezone.nix
tinydns.nix nixos/tests/tinydns.nix: test a few more queries 2021-11-08 21:35:29 +00:00
tinywl.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
tomcat.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
tor.nix nixos/tests: fix some evaluation errors 2022-03-18 02:44:11 +01:00
traefik.nix nixos/traefik: wait for first success 2021-08-04 23:55:56 +02:00
trafficserver.nix trafficserver: 9.0.1 -> 9.0.2 2021-07-05 15:16:06 +02:00
transmission.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
trezord.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
trickster.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
trilium-server.nix
tsm-client-gui.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
tuptime.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
turbovnc-headless-server.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
tuxguitar.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
txredisapi.nix nixos/redis: cleanup tests 2021-12-13 14:42:19 -05:00
ucarp.nix nixos/test/ucarp: init 2021-06-15 18:31:57 +02:00
udisks2.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
unbound.nix nixos: define the primary group of users where needed 2021-09-12 14:59:30 +02:00
unifi.nix unifi7: add package 2022-02-02 20:42:06 +01:00
upnp.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
uptermd.nix nixos/tests: fix all tests that uses wait_until_tty_matches 2022-06-04 12:22:03 +08:00
usbguard.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
user-activation-scripts.nix nixos/tests: fix all tests that uses wait_until_tty_matches 2022-06-04 12:22:03 +08:00
user-home-mode.nix nixos/tests: fix all tests that uses wait_until_tty_matches 2022-06-04 12:22:03 +08:00
uwsgi.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
v2ray.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
vault-postgresql.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
vault.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
vaultwarden.nix nixos/vaultwarden: fix test 2022-04-04 20:29:09 -07:00
vector.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
vengi-tools.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
victoriametrics.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
vikunja.nix maintainers: rename to leona 2022-06-06 22:20:31 +02:00
virtualbox.nix treewide: chown user:group instead of user.group to fix warnings from coreutils 9.1 2022-05-05 22:05:18 +00:00
vscodium.nix wayland: enable ozone via $NIXOS_OZONE_WL 2022-01-27 09:46:36 +01:00
vsftpd.nix vsftpd: enable seccomp (#158974) 2022-03-01 11:03:47 +08:00
wasabibackend.nix nixos/tests/wasabibackend: fix bitcoind config 2021-09-22 14:48:14 +02:00
wiki-js.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
wine.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
without-nix.nix nixos: Make config.nix.enable pass test 2022-03-21 23:14:10 +01:00
wmderland.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
wordpress.nix nixos/wordpress: Drop old deprecated interface (#152674) 2022-01-23 23:17:01 +09:00
wpa_supplicant.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
xandikos.nix nixosTests.*: Don't use the -q flag with grep when used with curl 2021-06-05 18:44:54 +02:00
xautolock.nix treewide: remove ma27 from the maintainer-list of a few packages 2021-08-27 22:28:49 +02:00
xfce.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
xmonad-xdg-autostart.nix nixos/desktop-manager/none: add option to run XDG autostart files 2022-04-18 01:13:59 +08:00
xmonad.nix nixos/tests/xmonad: adjust to XMonad 0.17 2022-05-19 09:15:12 +02:00
xrdp.nix nixosTests: Redirect stdout to stderr when detaching 2021-11-05 02:41:26 +01:00
xss-lock.nix treewide: remove ma27 from the maintainer-list of a few packages 2021-08-27 22:28:49 +02:00
xterm.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
xxh.nix xxh: added tests 2022-01-17 17:01:20 +01:00
yabar.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
yggdrasil.nix yggdrasil: 0.3.16 -> 0.4.0 2021-07-05 12:21:37 +02:00
zammad.nix zammad: test passes! 2022-02-23 10:41:28 -05:00
zfs.nix services.zfs.expandOnBoot: Test that it works 2022-04-07 13:06:57 -04:00
zigbee2mqtt.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
zoneminder.nix treewide: machine -> nodes.machine 2022-03-28 14:11:58 +02:00
zookeeper.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
zrepl.nix nixos/zrepl: note about systemd unit, add snapshot test 2022-03-30 08:55:15 -07:00
zsh-history.nix nixos/tests: fix all tests that uses wait_until_tty_matches 2022-06-04 12:22:03 +08:00