nixos/tests/simple.nix: Include minimal.nix

This reduces the amount of rebuilds (particularly some X11 stuff)
after changing some dependencies like systemd.

Changed files
+3 -1
nixos
tests
+3 -1
nixos/tests/simple.nix
···
maintainers = [ eelco ];
};
-
machine = { config, pkgs, ... }: { };
testScript =
''
···
maintainers = [ eelco ];
};
+
machine = { config, pkgs, ... }: {
+
imports = [ ../modules/profiles/minimal.nix ];
+
};
testScript =
''