1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-15 19:23:01 +03:00
mobile-nixos/examples/testing
Samuel Dionne-Riel b2790d13d6 qemu-x86_64: Delete device
It's being replaced by the generic uefi-x86_64 device.

Basically, replace the QEMU-specific system type by the totally standard
UEFI system type. This way we're dogfooding it way better!
2020-12-29 19:22:43 -05:00
..
crash-before-switch-root qemu-x86_64: Delete device 2020-12-29 19:22:43 -05:00
qemu-cryptsetup qemu-cryptsetup: Use uefi-x86_64 system 2020-12-29 19:22:43 -05:00
README.md examples/testing: Add subdirectory for feature testing systems 2020-11-07 19:22:33 -05:00

Testing examples

These examples are made specifically to test features.

They are not to be used as a normal system, as they likely have some fatal flaws, either usability-wise (e.g. not usable at all) or security-wise (e.g. default passwords).

More details are available inside each testing systems directories.

Though, please refer to those systems as reference implementation for validating changes around their features under test!