summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authornyanloutre <paul@nyanlout.re>2020-12-05 19:11:21 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-08-17 10:32:25 -0700
commitc9fc751673898ee095d2c873c136e1a5505d5551 (patch)
tree13cad47e25180fe290fee195d7d600f43183c57d /nixos/tests/all-tests.nix
parent945d0225b17a7f0919509be240fcce8427ebba13 (diff)
downloadnixpkgs-c9fc751673898ee095d2c873c136e1a5505d5551.tar
nixpkgs-c9fc751673898ee095d2c873c136e1a5505d5551.tar.gz
nixpkgs-c9fc751673898ee095d2c873c136e1a5505d5551.tar.bz2
nixpkgs-c9fc751673898ee095d2c873c136e1a5505d5551.tar.lz
nixpkgs-c9fc751673898ee095d2c873c136e1a5505d5551.tar.xz
nixpkgs-c9fc751673898ee095d2c873c136e1a5505d5551.tar.zst
nixpkgs-c9fc751673898ee095d2c873c136e1a5505d5551.zip
nixos/navidrome: init module and test
Co-authored-by: aciceri <andrea.ciceri@autistici.org>
Co-authored-by: nyanloutre <paul@nyanlout.re>
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index b1c3ccf782d..c3dd50007aa 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -283,6 +283,7 @@ in
   nat.firewall = handleTest ./nat.nix { withFirewall = true; };
   nat.firewall-conntrack = handleTest ./nat.nix { withFirewall = true; withConntrackHelpers = true; };
   nat.standalone = handleTest ./nat.nix { withFirewall = false; };
+  navidrome = handleTest ./navidrome.nix {};
   ncdns = handleTest ./ncdns.nix {};
   ndppd = handleTest ./ndppd.nix {};
   nebula = handleTest ./nebula.nix {};