skip acme

Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
Kiara Grouwstra 2025-10-11 14:29:51 +02:00
parent a8a62f00cf
commit 3c375da97c
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
4 changed files with 0 additions and 4 deletions

View file

@ -7,5 +7,4 @@
name = "root";
};
pathFromRoot = "/deployment/check/data-model-bash-proxmox";
enableAcme = true;
}

View file

@ -42,6 +42,5 @@ pkgs.testers.runNixOSTest {
targetMachines
pathToRoot
pathFromRoot
enableAcme
;
}

View file

@ -7,5 +7,4 @@
name = "root";
};
pathFromRoot = "/deployment/check/data-model-tf-proxmox";
enableAcme = true;
}

View file

@ -44,6 +44,5 @@ pkgs.testers.runNixOSTest {
targetMachines
pathToRoot
pathFromRoot
enableAcme
;
}