summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorPhilipp Bartsch <phil@grmr.de>2021-01-16 23:15:52 +0100
committerPhilipp Bartsch <phil@grmr.de>2021-01-23 01:19:11 +0100
commitb91284626711400eb6f7d8a6600604b9879d8b38 (patch)
tree2ddf2d63061c3aa927deab9d9685b8362af7e7d7 /nixos/tests/all-tests.nix
parentc245e9d2ffc443b9ca0742e54cdb1ba18663f481 (diff)
downloadnixpkgs-b91284626711400eb6f7d8a6600604b9879d8b38.tar
nixpkgs-b91284626711400eb6f7d8a6600604b9879d8b38.tar.gz
nixpkgs-b91284626711400eb6f7d8a6600604b9879d8b38.tar.bz2
nixpkgs-b91284626711400eb6f7d8a6600604b9879d8b38.tar.lz
nixpkgs-b91284626711400eb6f7d8a6600604b9879d8b38.tar.xz
nixpkgs-b91284626711400eb6f7d8a6600604b9879d8b38.tar.zst
nixpkgs-b91284626711400eb6f7d8a6600604b9879d8b38.zip
nixos/tests/usbguard: init
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 902c3bbc65e..966c7844657 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -402,6 +402,7 @@ in
   unbound = handleTest ./unbound.nix {};
   unit-php = handleTest ./web-servers/unit-php.nix {};
   upnp = handleTest ./upnp.nix {};
+  usbguard = handleTest ./usbguard.nix {};
   uwsgi = handleTest ./uwsgi.nix {};
   v2ray = handleTest ./v2ray.nix {};
   vault = handleTest ./vault.nix {};