infrastructure/meta/infrastructure.nix

23 lines
271 B
Nix
Raw Normal View History

# Description of the infrastructure
{
# Salle serveur sous le pavillon Pasteur
par01 = [
"compute01"
"storage01"
];
2024-01-10 15:00:18 +01:00
# Jourdan
2024-02-20 17:47:50 +01:00
par02 = [
"geo01"
2024-02-20 17:57:38 +01:00
"geo02"
2024-02-20 17:47:50 +01:00
"vault01"
];
2024-01-10 15:00:18 +01:00
# VMs du SPI/NPS/Whatever
dmi01 = [
"web01"
2024-01-11 12:45:01 +01:00
"web02"
];
}