about summary refs log tree commit diff
path: root/nixos/tests/stratis/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/stratis/default.nix')
-rw-r--r--nixos/tests/stratis/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/stratis/default.nix b/nixos/tests/stratis/default.nix
index 6964852e30a09..42daadd5fcaac 100644
--- a/nixos/tests/stratis/default.nix
+++ b/nixos/tests/stratis/default.nix
@@ -4,4 +4,5 @@
 
 {
   simple = import ./simple.nix { inherit system pkgs; };
+  encryption = import ./encryption.nix { inherit system pkgs; };
 }