flocon/clan/machines.nix

34 lines
444 B
Nix

{
clan.inventory.machines = {
crocus = {
tags = [
"garage"
"server"
];
};
genepi = {
tags = [
"garage"
"server"
"syncthing"
];
};
haze = {
tags = [
"syncthing"
];
};
renoir = {
tags = [
"syncthing"
];
};
verbena = {
tags = [
"garage"
"server"
"dns"
];
};
};
}