summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorpennae <82953136+pennae@users.noreply.github.com>2022-03-11 01:02:10 +0000
committerGitHub <noreply@github.com>2022-03-11 01:02:10 +0000
commitaf0f3944bdb5ffd1d9a348b539edbe09a38a51ac (patch)
tree03dfaa2082df23406380f84d72f7726dc7932166 /nixos/tests/all-tests.nix
parente9545762b032559c27d8ec9141ed63ceca1aa1ac (diff)
parent252f20aaa2744d9fe6e3b4ade2d2f44c0448ca06 (diff)
downloadnixpkgs-af0f3944bdb5ffd1d9a348b539edbe09a38a51ac.tar
nixpkgs-af0f3944bdb5ffd1d9a348b539edbe09a38a51ac.tar.gz
nixpkgs-af0f3944bdb5ffd1d9a348b539edbe09a38a51ac.tar.bz2
nixpkgs-af0f3944bdb5ffd1d9a348b539edbe09a38a51ac.tar.lz
nixpkgs-af0f3944bdb5ffd1d9a348b539edbe09a38a51ac.tar.xz
nixpkgs-af0f3944bdb5ffd1d9a348b539edbe09a38a51ac.tar.zst
nixpkgs-af0f3944bdb5ffd1d9a348b539edbe09a38a51ac.zip
Merge pull request #163009 from scvalex/nbd-service
nbd: add nbd service and test
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 15b54cd9fe1..043d8a56d0c 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -329,6 +329,7 @@ in
   nat.standalone = handleTest ./nat.nix { withFirewall = false; };
   nats = handleTest ./nats.nix {};
   navidrome = handleTest ./navidrome.nix {};
+  nbd = handleTest ./nbd.nix {};
   ncdns = handleTest ./ncdns.nix {};
   ndppd = handleTest ./ndppd.nix {};
   nebula = handleTest ./nebula.nix {};