summary refs log tree commit diff
path: root/nixos/tests/stratis/default.nix
blob: 42daadd5fcaac09c08d626f9ebf3223dd129c063 (plain) (blame)
1
2
3
4
5
6
7
8
{ system ? builtins.currentSystem
, pkgs ? import ../../.. { inherit system; }
}:

{
  simple = import ./simple.nix { inherit system pkgs; };
  encryption = import ./encryption.nix { inherit system pkgs; };
}