add garage instance
This commit is contained in:
parent
97e8b1f963
commit
1c76f46e5c
2 changed files with 63 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue