summary refs log tree commit diff
path: root/nixos/tests/krb5/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/krb5/default.nix')
-rw-r--r--nixos/tests/krb5/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/tests/krb5/default.nix b/nixos/tests/krb5/default.nix
new file mode 100644
index 00000000000..dd5b2f37202
--- /dev/null
+++ b/nixos/tests/krb5/default.nix
@@ -0,0 +1,5 @@
+{ system ? builtins.currentSystem }:
+{
+  example-config = import ./example-config.nix { inherit system; };
+  deprecated-config = import ./deprecated-config.nix { inherit system; };
+}