flocon/clan/machines.nix
2026-03-30 19:32:12 +02:00

35 lines
512 B
Nix

{
clan.inventory.machines = {
crocus = {
tags = [
"garage"
"server"
];
};
genepi = {
tags = [
"garage"
"server"
"syncthing"
];
};
haze = {
tags = [
"syncthing"
];
};
renoir = {
tags = [
"syncthing"
];
};
verbena = {
tags = [
"garage"
"server"
# FIXME: find a way to protect the public DNS against DoS
# "dns"
];
};
};
}