flocon/clan/machines.nix

36 lines
529 B
Nix

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