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 75716ed6c3 - Show all commits

View file

@ -42,7 +42,10 @@ in
settings.PermitRootLogin = "yes";
};
networking.firewall.allowedTCPPorts = [ 22 ];
networking = {
firewall.enable = false;
enableIPv6 = false;
};
## Test VMs don't have a bootloader by default.
boot.loader.grub.enable = false;