add internet deploy target for crocus

This commit is contained in:
2025-08-25 07:21:21 +02:00
parent 90f2c8ab2e
commit 628abe646f

View File

@@ -53,6 +53,12 @@
roles.peer.tags."all" = { };
};
internet = {
roles.default.machines.crocus = {
settings.host = "git.turifer.dev";
};
};
"sshd" = {
module.input = "clan-core";
module.name = "sshd";