move clan config to its own directory

This commit is contained in:
2025-11-03 23:51:20 +01:00
parent a680d58664
commit 740ed6725a
5 changed files with 272 additions and 255 deletions

28
clan/machines.nix Normal file
View File

@@ -0,0 +1,28 @@
{
clan.inventory.machines = {
crocus = {
tags = [
"garage"
"server"
];
};
genepi = {
tags = [
"garage"
"server"
"syncthing"
];
};
haze = {
tags = [
"syncthing"
];
};
verbena = {
tags = [
"garage"
"server"
];
};
};
}