nixpkgs/nixos/tests
aszlig 7286be7e81 nixos/systemd-confinement: Allow shipped unit file
In issue #157787 @martined wrote:

  Trying to use confinement on packages providing their systemd units
  with systemd.packages, for example mpd, fails with the following
  error:

  system-units> ln: failed to create symbolic link
  '/nix/store/...-system-units/mpd.service': File exists

  This is because systemd-confinement and mpd both provide a mpd.service
  file through systemd.packages. (mpd got updated that way recently to
  use upstream's service file)

To address this, we now place the unit file containing the bind-mounted
paths of the Nix closure into a drop-in directory instead of using the
name of a unit file directly.

This does come with the implication that the options set in the drop-in
directory won't apply if the main unit file is missing. In practice
however this should not happen for two reasons:

  * The systemd-confinement module already sets additional options via
    systemd.services and thus we should get a main unit file
  * In the unlikely event that we don't get a main unit file regardless
    of the previous point, the unit would be a no-op even if the options
    of the drop-in directory would apply

Another thing to consider is the order in which those options are
merged, since systemd loads the files from the drop-in directory in
alphabetical order. So given that we have confinement.conf and
overrides.conf, the confinement options are loaded before the NixOS
overrides.

Since we're only setting the BindReadOnlyPaths option, the order isn't
that important since all those paths are merged anyway and we still
don't lose the ability to reset the option since overrides.conf comes
afterwards.

Fixes: https://github.com/NixOS/nixpkgs/issues/157787
Signed-off-by: aszlig <aszlig@nix.build>
2022-03-02 11:42:44 -08:00
..
common nixos/acme: Add defaults and inheritDefaults option 2021-12-26 16:44:10 +00:00
dnscrypt-wrapper nixos/test/dnscrypt-wrapper: fix test 2021-01-26 19:17:30 +01:00
fcitx nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27: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/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
hitch treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
hocker-fetchdocker treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
hydra nixos/nix-daemon: use structural settings 2022-01-26 21:04:50 -05:00
ihatemoney python3.pkgs.ihatemoney: 4.2 -> 5.1.1 2021-10-28 18:37:11 +02:00
initrd-network-openvpn nixos/system/boot/initrd-openvpn: Add openvpn options for initrd 2020-07-01 00:08:55 +02:00
initrd-network-ssh nixos/initrd-network-ssh: fix test 2020-11-02 21:18:57 +01:00
installed-tests flatpak: 1.12.2 -> 1.12.4 2022-01-27 13:57:07 -08:00
kerberos nixos: heimdalFull -> heimdal 2021-09-22 11:20:30 +02:00
krb5 treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
kubernetes nixos/kubernetes: use kubectl from kubernetes 2022-02-25 19:22:30 +10:00
lorri nixos/tests/lorri: Remove redundant stdout redirect 2022-01-19 11:22:23 +01:00
matrix nixos/mjolnir: add test 2021-09-21 09:23:37 +02:00
mysql mysql57: 5.7.27 -> 5.7.37 2022-01-29 11:04:47 +01:00
nextcloud nixos/nextcloud: Fix nixos test on master 2022-01-18 19:09:22 +00:00
nfs nixosTests: Redirect stdout to stderr when detaching 2021-11-05 02:41:26 +01:00
nixops nixos/nix-daemon: use structural settings 2022-01-26 21:04:50 -05:00
pam tests: Move all PAM tests into a separate directory 2021-11-27 20:36:50 +02: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: use configured nginx package 2022-02-08 12:13:30 +01: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/tests: add peertube test 2021-10-25 13:12:30 +09:00
web-servers nixos/agate: add nixos test 2022-02-07 16:03:58 +00:00
wireguard maintainers: xwvvvvwx -> d-xo 2021-08-08 19:11:45 +02:00
xmpp nixos/tests: remove broken prosody-mysql test 2022-01-14 22:26:16 +01: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 nixosTests.aesmd: init 2021-12-10 10:18:31 +01:00
agda.nix nixosTests.agda: Adapt to --guardedness requirements 2021-07-15 10:25:44 +02:00
airsonic.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
all-tests.nix Merge pull request #158613 from ConnorBaker/master 2022-03-01 15:59:08 +01:00
amazon-init-shell.nix nixos/amazon-init: add user-data shell script support 2021-04-18 10:19:06 +01:00
apfs.nix nixos/apfs: init 2022-01-27 15:18:45 +01:00
apparmor.nix nixos/apparmor: add test for apparmorRulesFromClosure 2021-04-23 07:20:20 +02:00
atd.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
atop.nix nixos/tests/atop: remove top-level string 2021-09-22 15:07:15 +02:00
avahi.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +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 nixos/tests/bcachefs: use multi-disk 2022-01-01 09:13:34 -06:00
beanstalkd.nix nixos/beanstalkd: port test to python 2019-11-06 12:46:24 +01:00
bees.nix nixosTests.*: update to use virtualisation.fileSystems 2021-02-14 12:23:50 +01:00
bind.nix bind: add required config to test 2021-02-22 02:17:24 -05: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: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
bittorrent.nix nixosTests.bittorrent: fix with new transmission options 2021-11-02 17:41:55 +01:00
blockbook-frontend.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
blocky.nix nixos/blocky: init 2022-02-14 22:48:32 -03:00
boot-stage1.nix nixosTests.boot-stage1: fix kernel build with 5.15 2022-01-22 17:45:39 -08:00
boot.nix nixos/tests/boot: Add ubootExtlinux test 2022-01-06 17:44:17 -08:00
borgbackup.nix openssh: Update tests to use new option name 2022-01-18 13:58:33 +01:00
botamusique.nix nixos/tests/botamusique: init 2021-05-23 01:01:52 +02:00
bpf.nix bcc: 0.23.0 -> 0.24.0 2022-02-11 20:37:39 +09:00
breitbandmessung.nix nixos/tests/breitbandmessung: use virtualisation.resolution option 2022-01-27 14:39:02 +01:00
brscan5.nix brscan5: fix nixos test 2021-12-07 20:35:50 -06: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: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
caddy.nix nixos/tests/caddy.nix: fix eval 2021-09-12 14:59:30 +02:00
cadvisor.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
cage.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
cagebreak.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27: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/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02: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 nixos/tests/cfssl: Use curl --fail 2020-10-25 11:01:31 +01:00
charliecloud.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
chromium.nix nixosTests.chromium: Avoid blocking on xclip stdout 2021-11-06 13:46:51 +01:00
cjdns.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
clickhouse.nix clickhouse: 20.11.4.13-stable -> 21.3.11.5-lts 2021-05-19 14:08:46 -07:00
cloud-init.nix nixos/cloud-init: add support for network configuration 2022-01-31 09:50:23 +05:30
cntr.nix nixos/tests/cntr: fix evaluation 2021-09-22 09:06:50 +02:00
cockroachdb.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
collectd.nix nixos/collectd: add nixos test 2021-12-23 00:08:43 +01:00
consul.nix consul.passthru.tests: Add 2 more tests 2020-06-18 03:06:24 +02:00
containers-bridge.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
containers-custom-pkgs.nix nixosTests.containers-custom-pkgs: lint 2021-05-09 02:28:11 +02:00
containers-ephemeral.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
containers-extra_veth.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
containers-hosts.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
containers-imperative.nix nixos/nix-daemon: use structural settings 2022-01-26 21:04:50 -05:00
containers-ip.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
containers-macvlans.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
containers-names.nix nixos/containers: allow containers with long names to create private networks 2021-02-26 17:48:49 +01:00
containers-nested.nix nixosTests.containers-nested: init 2021-03-04 12:04:31 +01:00
containers-physical_interfaces.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
containers-portforward.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27: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/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02: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 treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +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 Merge remote-tracking branch 'origin/staging' into staging-next 2021-11-22 21:33:23 -08:00
deluge.nix deluge: fix test (#144718) 2021-11-05 10:44:25 +01:00
dendrite.nix nixos/tests/dendrite: init (#121777) 2021-05-14 13:11:22 +02:00
dex-oidc.nix dex-oidc: add module 2021-09-25 13:12:51 +02:00
dhparams.nix nixosTests.dhparams: Port to Python 2019-12-06 08:21:30 +01:00
disable-installer-tools.nix installers/tools: add test for system.disableInstallerTools option 2021-09-15 09:18:35 +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 nixos/dnsdist: add test 2022-01-19 08:24:02 +01:00
doas.nix nixos/terminfo: inherit TERMINFO* env vars also for doas 2021-11-08 14:05:24 -08:00
docker-edge.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01: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 Revert "nixos/tests/docker-tools*: remove useless formatter" 2021-05-09 02:57:17 +02:00
docker-tools-overlay.nix Revert "nixos/tests/docker-tools*: remove useless formatter" 2021-05-09 02:57:17 +02:00
docker-tools.nix nixos/tests/docker-tools: add test for pre-runAsRoot layer unpack order 2021-12-17 19:26:53 -06:00
docker.nix nixos/docker: ensure ipv4 forwarding is enabled 2021-05-08 18:58:24 +01:00
documize.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01: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 nixosTests.domination: init 2021-11-13 23:00:20 +01:00
dovecot.nix nixos/tests/dovecot: set mailUser and mailGroup 2021-04-16 00:43:11 +02:00
drbd.nix nixos/tests/drbd: init 2021-11-30 21:44:11 +01:00
ec2.nix nixos/tests/ec2: fix conflicting option values 2021-09-22 11:20:30 +02:00
ecryptfs.nix nixosTests.ecryptfs: Port to Python 2019-12-06 08:21:33 +01: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 nixosTests: Redirect stdout to stderr when detaching 2021-11-05 02:41:26 +01:00
engelsystem.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
enlightenment.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
env.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01: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 nixos/tests/etebase-server: init 2021-03-30 23:32:26 +02:00
etesync-dav.nix nixosTests: Redirect stdout to stderr when detaching 2021-11-05 02:41:26 +01:00
fancontrol.nix nixosTests.fancontrol: fix test 2021-05-07 11:46:40 -07:00
fenics.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
ferm.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
firefox.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +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 nixos/fish: port test to python 2019-11-22 20:38:56 +01:00
flannel.nix nixosTests.flannel: port to python, unbreak 2020-04-14 23:56:42 +02:00
fluentd.nix nixos/fluentd: port test to python 2019-11-22 20:38:56 +01: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: remove worldofpeace from meta.maintainers 2021-05-07 15:36:40 +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 nixosTests.*: update to use virtualisation.fileSystems 2021-02-14 12:23:50 +01:00
ft2-clone.nix nixosTests: Redirect stdout to stderr when detaching 2021-11-05 02:41:26 +01:00
gerrit.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
geth.nix nixos/tests/geth: fix api check 2022-01-22 22:07:14 +01: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 gitlab.tests: Improve test performance 2021-10-28 12:55:01 +02:00
gitolite-fcgiwrap.nix treewide: use configured nginx package 2022-02-08 12:13:30 +01:00
gitolite.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
glusterfs.nix nixosTests.*: update to use virtualisation.fileSystems 2021-02-14 12:23:50 +01:00
gnome-xorg.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
gnome.nix Revert "nixosTests.gnome: add autologin delay to catch GDM failures" 2022-01-20 13:04:47 +01: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: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01: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: remove ma27 from the maintainer-list of a few packages 2021-08-27 22:28:49 +02:00
grocy.nix grocy: 3.0.1 -> 3.1.0 2021-07-23 11:45:31 +02:00
grub.nix nixos/tests: add test for grub authentication 2020-06-24 10:22:53 +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 nixos/nix-daemon: use structural settings 2022-01-26 21:04:50 -05:00
hedgedoc.nix nixos/codimd: rename to hedgedoc 2020-12-22 01:39:03 +01:00
herbstluftwm.nix nixos/tests/herbstluftwm: fix timeout that was given in seconds 2021-09-12 23:45:55 +02:00
hibernate.nix nixos/nix-daemon: use structural settings 2022-01-26 21:04:50 -05:00
hledger-web.nix nixos/hledger-web: set capabilites as boolean 2021-03-26 13:45:13 +01:00
hockeypuck.nix treewide: runCommandNoCC -> runCommand 2021-08-15 17:36:41 +02:00
home-assistant.nix nixos/tests/home-assistant: test package and components passing 2022-02-15 23:41:52 +01:00
hostname.nix Merge pull request #100155 from primeos/nixos-add-fqdn-option 2021-01-25 16:45:45 +01:00
hound.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
i3wm.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01: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 nixos/incron: port test to python 2019-11-22 20:38:56 +01:00
influxdb.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
initrd-network.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
initrd-secrets.nix nixos/tests: update initrd-secrets test to test secret in /run/keys 2021-07-11 20:27:00 +00:00
inspircd.nix !fixup simplify zipListsWith call 2021-03-22 14:52:13 +01:00
installer.nix Merge pull request #156213 from chkno/fix-install-tests 2022-01-29 00:15:53 +00:00
invidious.nix nixos/invidious: add test 2021-10-30 16:33:38 +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 iodine: improve test in view of #58806 2020-04-13 06:22:27 +02:00
ipfs.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +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 isso: added NixOS module to configure isso in NixOS 2021-08-09 17:42:54 -06:00
jackett.nix nixos/jackett: port test to python 2019-11-22 20:38:56 +01:00
jellyfin.nix nixos/testing: lint jellyfin test 2021-05-09 02:28:28 +02:00
jenkins-cli.nix nixos/modules/jenkins: Test the CLI 2021-07-04 14:49:39 -07:00
jenkins.nix nixos/jenkins: test declarative jobs 2021-06-10 19:23:28 +02:00
jibri.nix nixos/tests/jibri: updated test with a new log message 2021-12-30 23:33:10 -05:00
jirafeau.nix nixos/jirefeau: add services.jirafeau module 2020-02-18 09:37:44 -08:00
jitsi-meet.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
k3s-single-node-docker.nix nixos/tests/k3s: address pr feedback 2021-10-25 17:43:27 -07:00
k3s-single-node.nix nixos/tests/k3s: address pr feedback 2021-10-25 17:43:27 -07:00
kafka.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
kbd-setfont-decompress.nix nixos/tests/kbd-setfont-decompress: init 2021-05-31 02:45:15 +08:00
kbd-update-search-paths-patch.nix nixos/tests/kbd-update-search-paths: explicitly import re 2021-08-21 18:56:03 +02:00
kea.nix nixos/tests/kea: init 2021-07-14 01:36:04 +02:00
keepalived.nix nixos/keepalived: add test 2019-12-22 08:52:56 +00:00
keepassxc.nix nixosTests: Redirect stdout to stderr when detaching 2021-11-05 02:41:26 +01:00
kernel-generic.nix linux/hardened/patches/5.15: init at 5.15.2-hardened1 2021-11-15 19:38:09 +00:00
kernel-latest-ath-user-regd.nix nixos/tests: add kernel-latest-ath-user-regd 2021-01-31 10:48:15 -05:00
kexec.nix Merge branch 'staging-next' into staging 2021-11-05 10:48:58 +01:00
keycloak.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +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 nixos/ksm: remove udev-settle dependency 2021-02-26 22:10:10 +01:00
leaps.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
libinput.nix nixos/libinput: add module tests 2021-11-16 13:09:02 -03:00
libreddit.nix nixos/libreddit: init module and test 2021-04-19 01:05:25 +02:00
libresprite.nix nixosTests.aseprite: init 2021-11-19 15:09:53 +01:00
libreswan.nix nixos/tests/libreswan: fixup 739c51ae4e 2022-01-19 11:43:01 +01:00
lidarr.nix nixosTests.lidarr: Port tests to python 2019-12-16 12:52:31 +01:00
lightdm.nix treewide: remove worldofpeace from meta.maintainers 2021-05-07 15:36:40 +02:00
limesurvey.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
litestream.nix nixos/litestream: init 2021-07-30 17:41:54 +02:00
locate.nix nixosTests.*: update to use virtualisation.fileSystems 2021-02-14 12:23:50 +01:00
login.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
logrotate.nix Merge pull request #161929 from martinetd/switchTest 2022-02-28 10:19:25 +01:00
loki.nix nixos/tests/loki: satisfy linter 2020-12-28 00:37:13 +01:00
lxd-image-server.nix nixosTests.lxd-image-server: init 2021-11-03 14:32:47 +01:00
lxd-image.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
lxd-nftables.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
lxd.nix nixosTests.lxd: fix test, nftables is now always loaded 2021-11-03 15:05:43 +01:00
maddy.nix nixos/maddy: Add module for maddy 2021-12-07 22:58:22 +01:00
magic-wormhole-mailbox-server.nix nixosTests: Redirect stdout to stderr when detaching 2021-11-05 02:41:26 +01:00
magnetico.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
mailcatcher.nix nixos/tests/mailcatcher: Use curl --fail 2020-10-25 11:01:30 +01:00
mailhog.nix mailhog: add simple test 2020-12-17 16:58:57 +01: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: Fix mysql alias deprecation breakage 2021-06-04 21:42:08 +02:00
matrix-appservice-irc.nix nixos/tests/matrix-appservice-irc: Refactor test 2021-10-26 22:13:23 +02:00
matrix-conduit.nix nixos/matrix-conduit: init 2022-01-03 15:36:56 +01:00
matrix-synapse.nix nixos/tests/matrix-synapse: add email regression test case 2021-08-22 16:47:25 +02: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 nixos/tests/mediawiki: Use curl --fail 2020-10-25 11:01:30 +01:00
meilisearch.nix nixos: filalex77 -> Br1ght0ne 2021-09-22 11:20:30 +02:00
memcached.nix nixosTests.memcached: port to python 2019-11-27 12:02:24 +02:00
metabase.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02: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 nixos/minidlna: port test to python 2019-11-22 20:38:56 +01: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 nixos/tests/misc: fix nix 2.4 support 2021-11-09 20:24:05 -08:00
mod_perl.nix nixos/mod_perl: add test 2021-08-13 21:03:15 +02:00
molly-brown.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
mongodb.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
moodle.nix nixos/moodle: port test to python 2019-11-06 12:27:14 +01: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: restore passwordless system feature 2021-10-24 19:38:51 +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
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 nixosTests: Redirect stdout to stderr when detaching 2021-11-05 02:41:26 +01: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: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
nar-serve.nix nar-serve: init at 0.3.0 (#95420) 2020-11-06 18:59:51 +01:00
nat.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
nats.nix nixos/nats: init 2021-08-18 20:18:08 +02:00
navidrome.nix nixos/navidrome: init module and test 2021-08-17 10:32:25 -07:00
ncdns.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01: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/tests/networking: Fix link test 2022-02-24 23:11:13 +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 nixosTests.nghttpx: Port tests to python 2019-12-15 19:36:44 +01:00
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-modsecurity.nix nixos/tests/nginx-modsecurity: init 2022-02-23 08:54:52 +01:00
nginx-pubhtml.nix nixos/tests: fix nginx-pubhtml test 2020-05-12 20:03:29 +03:00
nginx-sandbox.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
nginx-sso.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
nginx-variants.nix nixosTests.nginx-variants: also test nginxQuic 2021-07-08 23:44:27 +02:00
nginx.nix nixosTests.nginx*: nginxUnstable -> nginxMainline 2021-06-05 18:44:48 +02:00
nitter.nix nixos/nitter: test with CAP_NET_BIND_SERVICE 2021-08-08 15:29:33 +02:00
nix-serve-ssh.nix nixos/tests: fix nix-serve path 2021-12-03 18:40:03 +02:00
nix-serve.nix nixos/nix-serve: don't run as nogroup 2021-07-18 08:51:17 +02:00
nixos-generate-config.nix gnome: rename from gnome3 2021-05-08 09:47:42 +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 nixos/tests/noto-fonts: add midchildan as maintainer 2022-01-31 02:51:01 +09:00
novacomd.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01: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 oh-my-zsh: Add test 2020-11-04 20:37:50 -05: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 nixos/tests/openldap: make openldap test auto-callable 2021-02-18 13:04:08 +01: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 nixos/tests/opensmtpd: bump test (&build) timeout to 30m from 30s 2020-02-25 23:08:32 +01:00
openssh.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
openstack-image.nix nixosTests.ec2: Port tests that depend on common/ec2.nix 2020-08-23 10:25:31 +02:00
opentabletdriver.nix opentabletdriver: 0.4.2 -> 0.5.0 2021-01-19 14:05:48 -03:00
orangefs.nix nixosTests.*: update to use virtualisation.fileSystems 2021-02-14 12:23:50 +01:00
os-prober.nix nixos/nix-daemon: use structural settings 2022-01-26 21:04:50 -05:00
osrm-backend.nix nixos/tests/osrm-backend: Use curl --fail 2020-10-25 11:01:30 +01:00
overlayfs.nix nixos/tests/overlayfs: Use individual commands 2021-06-16 04:12:18 +02:00
owncast.nix nixos/tests/owncast: rewrite test 2021-11-04 22:30:45 -07:00
packagekit.nix nixos/tests/packagekit: fix test machine evaluation 2021-04-18 18:40:06 +02:00
pantheon.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
paperless-ng.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
pdns-recursor.nix nixosTests.pdns-recursor: Port tests not python 2019-12-15 20:08:02 +01: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: init at 6.3 2022-02-26 13:17:37 +01:00
pgjwt.nix nixos/tests/pgjwt: port to python 2019-11-07 11:30:02 +01:00
pgmanage.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
pict-rs.nix pict-rs: add initial module 2021-09-30 21:32:25 +09: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 nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
plasma5.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
plausible.nix plausible: 1.4.0 -> 1.4.3 2022-01-25 17:19:49 +01:00
pleroma.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
plikd.nix nixos/tests: new test for plikd 2021-02-23 15:35:52 +01:00
plotinus.nix nixosTests: Redirect stdout to stderr when detaching 2021-11-05 02:41:26 +01: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 nixos/acme: Restructure module 2020-09-02 19:22:43 +01:00
postfix.nix postfix: add passthru tests 2020-11-12 20:00:50 +01: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 nixos tests: fix postgresql-wal-receiver 2021-01-05 04:12:53 +01:00
postgresql.nix nixos/test: some test fixes in succession of #125992 2021-08-20 14:36:48 -05:00
power-profiles-daemon.nix power-profiles-daemon: pkgs.stdenv.lib -> pkgs.lib 2021-02-09 18:24:09 +07:00
powerdns-admin.nix powerdns-admin: fix and add module 2021-12-17 10:33:40 +01:00
powerdns.nix nixosTests.powerdns: test a complete setup 2020-10-24 16:41:34 -04:00
pppd.nix nixos/pppd: port test to python 2019-11-08 17:11:11 +01:00
predictable-interface-names.nix Use lib.cartesianProducOfSets where lib.crossLists was used 2021-01-28 23:49:05 +01:00
printing.nix cups: 2.3.3 -> 2.3.3op2 2021-09-19 16:17:05 +02:00
privacyidea.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
privoxy.nix nixos/tests/privoxy: add test 2021-03-09 11:03:00 +01:00
prometheus-exporters.nix prometheus-nextcloud-exporter: 0.4.0 -> 0.5.0 2022-02-14 21:49:16 +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 nixosTests: Redirect stdout to stderr when detaching 2021-11-05 02:41:26 +01:00
pulseaudio.nix nixosTests.pulseAudio: init 2021-12-06 17:27:20 +01:00
qboot.nix nixos/qemu-vm: add option to use a non-standard BIOS 2020-06-08 11:21:53 +12:00
quorum.nix nixosTests.quorum: use succeed everywhere 2022-01-20 19:58:42 +01:00
rabbitmq.nix rabbitmq: add option to enable management plugin 2021-08-30 18:43:09 +09:00
radarr.nix nixos/radarr: port test to python 2019-11-06 15:56:04 +01:00
radicale.nix nixos/radicale: harden systemd unit 2021-05-04 17:43:26 +02:00
rasdaemon.nix nixosTests.rasdaemon: init module test 2021-10-30 22:22:12 -04:00
redis.nix nixos/redis: cleanup tests 2021-12-13 14:42:19 -05:00
redmine.nix nixosTests.redmine: Port to python 2020-04-22 08:36:27 +02:00
resolv.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
restart-by-activation-script.nix nixos/switch-to-configuration: Allow activation scripts to restart units 2021-09-09 13:11:52 +02:00
restic.nix restic: allow prune without backup 2021-03-21 18:47:52 -07:00
retroarch.nix nixos/retroarch: add RetroArch as a desktop session 2022-02-08 20:52:02 +01:00
riak.nix maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +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 nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
rss2email.nix rss2email test: fix name (#125863) 2021-06-06 01:05:39 +02:00
rstudio-server.nix nixos/rstudio-server: init 2022-01-17 10:24:38 +11:00
rsyncd.nix nixos: add services.rsyncd.socketActivated option 2021-01-28 11:22:31 +01:00
rsyslogd.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
rxe.nix nixos/rxe: use iproute instead of rdma-core 2020-03-12 22:32:44 +01:00
sabnzbd.nix sabnzbd: add simple test 2021-12-06 21:08:19 +01: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: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01: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
shadow.nix nixos/tests/shadow: Fix linting errors 2021-05-09 02:28:26 +02:00
shattered-pixel-dungeon.nix nixosTests: Redirect stdout to stderr when detaching 2021-11-05 02:41:26 +01:00
shiori.nix shiori: fix NixOS test (#161969) 2022-02-27 08:38:55 +02:00
signal-desktop.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
simple.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01: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: use the correct bind address arguments 2021-12-16 23:27:56 +01:00
snapper.nix nixosTests.*: update to use virtualisation.fileSystems 2021-02-14 12:23:50 +01:00
soapui.nix nixosTests: Redirect stdout to stderr when detaching 2021-11-05 02:41:26 +01: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: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
sonarr.nix nixosTests.sonarr: Port tests to python 2019-12-15 18:24:45 +01:00
sourcehut.nix nixos/sourcehut: test gitsrht 2022-02-12 02:11:34 +01:00
spacecookie.nix nixos/spacecookie: convert into settings-style freeform configuration 2021-04-10 15:44:19 +02:00
specialisation.nix specialisation: replace nesting with named configurations 2020-04-12 08:12:50 -04:00
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 sssd: 1.16.5 -> 2.6.0, fix broken build 2021-10-30 09:48:28 -07:00
sssd.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
starship.nix nixos/starship: use expect for testing 2022-01-13 07:56:52 +00:00
step-ca.nix nixos/tests: add step-ca test 2021-11-13 12:40:47 +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 nixosTests.sway: add swaylock test 2022-02-03 20:37:27 +01:00
switch-test.nix nixosTests.switchTest: fix race condition on /testpath 2022-02-26 19:13:40 +09:00
sympa.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
syncthing-init.nix nixos/syncthing: move declarative options to the top level 2021-07-28 11:30:30 +02:00
syncthing-relay.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
syncthing.nix nixos/syncthing: add declarative.extraOptions 2021-07-28 10:56:06 +02:00
systemd-analyze.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
systemd-binfmt.nix nixos/tests/systemd-binfmt: Add ldPreload test for LD_PRELOAD error messages 2021-12-30 14:52:34 -08:00
systemd-boot.nix tests/systemd-boot: Add tests for extraFiles 2021-12-23 11:44:29 +11:00
systemd-confinement.nix nixos/systemd-confinement: Allow shipped unit file 2022-03-02 11:42:44 -08:00
systemd-cryptenroll.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
systemd-journal.nix Merge branch 'master' into staging-next 2021-01-10 23:24:33 +01:00
systemd-machinectl.nix nixos: Switch to default systemd-nspawn behaviour 2022-02-19 09:52:37 +01: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 nixosTests.systemd-networkd: remove wireguard kernel module 2021-05-09 15:40:19 +02:00
systemd-nspawn.nix nixosTests.systemd-nspawn: convert test to python 2019-11-23 23:08:46 +01:00
systemd-timesyncd.nix nixosTests.systemd-timesyncd: Port tests to python 2019-12-15 18:16:00 +01:00
systemd-unit-path.nix systemd: allow custom unit folders to be configured with SYSTEMD_UNIT_PATH 2021-03-22 20:41:12 +01:00
systemd.nix nixos/systemd: set TZDIR for PID 1 2021-12-16 04:09:07 +01:00
taskserver.nix nixosTests.taskserver: Port to python 2020-07-27 12:12:17 +03:00
teeworlds.nix nixos/tests/teeworlds: fix blocking execute calls 2022-01-21 12:05:58 +01:00
telegraf.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
teleport.nix nixos/tests/teleport: init 2022-01-11 10:11:17 +01:00
thelounge.nix nixos/thelounge: add test 2022-01-16 16:25:45 -05:00
tiddlywiki.nix nixos/tests/*: editorconfig fixes 2020-08-04 00:23:54 +10:00
tigervnc.nix nixosTests: Redirect stdout to stderr when detaching 2021-11-05 02:41:26 +01:00
timezone.nix nixos/tests/timezone: port to python 2019-12-06 00:45:30 +01:00
tinydns.nix nixos/tests/tinydns.nix: test a few more queries 2021-11-08 21:35:29 +00:00
tinywl.nix nixos/tests/tinywl: init 2022-01-06 17:31:57 +01:00
tor.nix nixos/tor: improve type-checking and hardening 2021-01-04 01:02:26 +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: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01: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 trilium-server: Add nginx reverse proxy configuration to module 2019-12-19 10:14:13 +01:00
tsm-client-gui.nix tsm-client: add test derivation and a module test 2022-01-17 12:09:27 +01:00
tuptime.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
turbovnc-headless-server.nix nixosTests: Redirect stdout to stderr when detaching 2021-11-05 02:41:26 +01:00
tuxguitar.nix nixosTests: Redirect stdout to stderr when detaching 2021-11-05 02:41:26 +01: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 nixos.tests.udisks2: state_dir is now of type pathlib.Path 2021-10-05 14:38:48 -05: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
usbguard.nix nixos.tests.usbguard: state_dir is now of type pathlib.Path 2021-10-05 14:38:48 -05:00
user-activation-scripts.nix nixos/activation-script: Run userActivationScripts at login 2021-02-16 10:10:45 -08:00
uwsgi.nix Merge pull request #106082 from rnhmjoj/uwsgi 2021-01-10 21:51:37 +00:00
v2ray.nix v2ray: 4.37.3 -> 4.38.3 2021-05-02 19:39:24 +08:00
vault-postgresql.nix vault{,bin}: 1.8.4 -> 1.9.0 2021-12-05 06:10:43 +10:00
vault.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
vaultwarden.nix nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
vector.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
vengi-tools.nix nixosTests.vengi-tools: init 2021-11-23 15:23:52 +01:00
victoriametrics.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
vikunja.nix nixos/vikunja: add nixos test 2021-07-08 22:17:57 +02:00
virtualbox.nix nixosTests: Redirect stdout to stderr when detaching 2021-11-05 02:41:26 +01: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 nixos/test-driver: Run commands with error handling 2021-06-05 18:44:42 +02:00
wine.nix nixos/tests/wine: fix disksize type 2022-01-26 17:14:51 +01:00
without-nix.nix nixos/nix-daemon: Add enable option 2021-10-06 16:43:48 -04:00
wmderland.nix nixos/tests/wmderland: remove stdenv.lib 2021-05-05 01:43:05 -04:00
wordpress.nix nixos/wordpress: Drop old deprecated interface (#152674) 2022-01-23 23:17:01 +09:00
wpa_supplicant.nix nixos/wireless: don't attempt fallback on WPA3 only networks 2022-02-04 08:46:32 +01: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 nixos/qemu-vm: default memorySize 384 -> 1024 2021-11-21 17:27:58 +02:00
xmonad.nix nixosTests.xmonad: add ivanbrennan to maintainers 2022-01-20 11:17:03 -05: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 nixosTests: Redirect stdout to stderr when detaching 2021-11-05 02:41:26 +01:00
xxh.nix xxh: added tests 2022-01-17 17:01:20 +01:00
yabar.nix treewide: remove ma27 from the maintainer-list of a few packages 2021-08-27 22:28:49 +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 Update nixos/tests/zfs.nix 2021-06-18 22:19:16 +02:00
zigbee2mqtt.nix nixos/tests/zigbee2mqtt: relax DevicePolicy and log systemd-analye security 2021-04-30 19:42:26 +02:00
zoneminder.nix nixos/zoneminder: add minimal test 2020-05-17 14:14:30 -04:00
zookeeper.nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
zsh-history.nix nixos/tests/zsh-history: Fix matching prompt 2021-07-02 21:01:49 +02:00