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 7d1f0c61af - Show all commits

View file

@ -32,6 +32,9 @@ in
## Not used; save a large copy operation ## Not used; save a large copy operation
channel.enable = false; channel.enable = false;
registry = lib.mkForce { }; registry = lib.mkForce { };
settings = {
download-attempts = 1;
};
}; };
services.openssh = { services.openssh = {