nixos/tests: Add names

This commit is contained in:
Robert Hensing
2022-06-26 00:14:38 +02:00
parent 0af6e6b0e5
commit e260018f9c
10 changed files with 16 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ let
name = "pam";
in
import ../make-test-python.nix ({ pkgs, ... }: {
name = "pam-file-contents";
nodes.machine = { ... }: {
imports = [ ../../modules/profiles/minimal.nix ];