add garage instance

This commit is contained in:
2025-07-18 00:41:52 +02:00
parent 97e8b1f963
commit 1c76f46e5c
2 changed files with 63 additions and 0 deletions

View File

@@ -5,9 +5,15 @@
inventory.machines = {
crocus = {
deploy.targetHost = "root@crocus";
tags = [
"garage"
];
};
genepi = {
deploy.targetHost = "root@genepi";
tags = [
"garage"
];
};
};
@@ -78,6 +84,19 @@
};
};
"garage" = {
module.input = "clan-core";
module.name = "garage";
roles.default.tags.garage = { };
};
"garage-config" = {
module.input = "clan-core";
module.name = "importer";
roles.default.tags.garage = { };
roles.default.extraModules = [ ../modules/garage.nix ];
};
"trusted-nix-caches" = {
module.input = "clan-core";
module.name = "trusted-nix-caches";