about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2022-11-14 09:42:35 +0100
committerGitHub <noreply@github.com>2022-11-14 09:42:35 +0100
commit69f8e94c46904a3194afcc8b232402287c7f91c9 (patch)
tree3bd22c19657f01712e0242ab412feccee985c54b /nixos/tests/all-tests.nix
parent2274143409cc7d8b2d6b3df9f415a37a825cfd7b (diff)
parentf046cc092332d3b5d3d58736c83abc4dac68b579 (diff)
Merge pull request #199587 from lorenz/fscrypt
nixos/pam: support fscrypt login protectors
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 c7aa9ed78ba45..bd0fe18c4f8c2 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -179,6 +179,7 @@ in {
   ec2-config = (handleTestOn ["x86_64-linux"] ./ec2.nix {}).boot-ec2-config or {};
   ec2-nixops = (handleTestOn ["x86_64-linux"] ./ec2.nix {}).boot-ec2-nixops or {};
   ecryptfs = handleTest ./ecryptfs.nix {};
+  fscrypt = handleTest ./fscrypt.nix {};
   ejabberd = handleTest ./xmpp/ejabberd.nix {};
   elk = handleTestOn ["x86_64-linux"] ./elk.nix {};
   emacs-daemon = handleTest ./emacs-daemon.nix {};