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 0eb14ba64f - Show all commits

View file

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