summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorAlexandru Scvortov <code@scvalex.net>2022-03-06 13:49:57 +0000
committerAlexandru Scvortov <code@scvalex.net>2022-03-09 12:00:47 +0000
commit252f20aaa2744d9fe6e3b4ade2d2f44c0448ca06 (patch)
tree89dc3169e21b3c347009b4a56ac5303e8b3d5516 /nixos/tests/all-tests.nix
parent7a622c17fd08a16feff2c022146429c99a3e1639 (diff)
downloadnixpkgs-252f20aaa2744d9fe6e3b4ade2d2f44c0448ca06.tar
nixpkgs-252f20aaa2744d9fe6e3b4ade2d2f44c0448ca06.tar.gz
nixpkgs-252f20aaa2744d9fe6e3b4ade2d2f44c0448ca06.tar.bz2
nixpkgs-252f20aaa2744d9fe6e3b4ade2d2f44c0448ca06.tar.lz
nixpkgs-252f20aaa2744d9fe6e3b4ade2d2f44c0448ca06.tar.xz
nixpkgs-252f20aaa2744d9fe6e3b4ade2d2f44c0448ca06.tar.zst
nixpkgs-252f20aaa2744d9fe6e3b4ade2d2f44c0448ca06.zip
nbd: add programs.nbd, services.nbd, and test
Changes:

nbd: Update nixos/modules/services/networking/nbd.nix

Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>

nbd: Update nixos/modules/services/networking/nbd.nix

Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>

nbd: Update nixos/tests/nbd.nix

Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>

nbd: generalize options in nbd service

nbd: harden service

nbd: Update nixos/modules/services/networking/nbd.nix

Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>

nbd: Update nixos/modules/services/networking/nbd.nix

Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>

nbd: refactor code a bit and BindPaths automatically
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 342e8f461b5..3548d50009a 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -328,6 +328,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 {};