move clan config to its own directory
This commit is contained in:
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"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user