move clan config to its own directory
This commit is contained in:
parent
a680d58664
commit
740ed6725a
5 changed files with 272 additions and 255 deletions
28
clan/machines.nix
Normal file
28
clan/machines.nix
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
clan.inventory.machines = {
|
||||
crocus = {
|
||||
tags = [
|
||||
"garage"
|
||||
"server"
|
||||
];
|
||||
};
|
||||
genepi = {
|
||||
tags = [
|
||||
"garage"
|
||||
"server"
|
||||
"syncthing"
|
||||
];
|
||||
};
|
||||
haze = {
|
||||
tags = [
|
||||
"syncthing"
|
||||
];
|
||||
};
|
||||
verbena = {
|
||||
tags = [
|
||||
"garage"
|
||||
"server"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue