add garage instance
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user