data model: add TF test #4

Closed
kiara wants to merge 76 commits from data-model-tf-test into main
Showing only changes of commit 133b0a0bb0 - Show all commits

View file

@ -47,6 +47,8 @@ in
enableIPv6 = false;
};
services.getty.autologinUser = lib.mkForce "root";
## Test VMs don't have a bootloader by default.
boot.loader.grub.enable = false;