| 1 | # The NixOS infrastructure configurations |
| 2 | |
| 3 | This repository contains all the hardware configuration for the nixos project |
| 4 | infrastructure. |
| 5 | |
| 6 | All the hosts are currently managed using NixOps. Some of the infrastructure is |
| 7 | managed using Terraform. There are still a lot of things configured manually. |
| 8 | |
| 9 | ## Docs |
| 10 | |
| 11 | - [Resources inventory](docs/inventory.md) |
| 12 | |
| 13 | ## Team |
| 14 | |
| 15 | There are two teams managing this repository. The responsibility of both teams |
| 16 | is to provide infrastructure for the Nix and NixOS community. |
| 17 | |
| 18 | ### [@NixOS/infra-build](https://github.com/orgs/NixOS/teams/infra-build) |
| 19 | |
| 20 | This team has access to all the infrastructure, including the build |
| 21 | infrastructure. The members are a subset of the next team. |
| 22 | |
| 23 | ### [@NixOS/infra](https://github.com/orgs/NixOS/teams/infra) |
| 24 | |
| 25 | First level responders. This team helps with the high-level infrastructure. |
| 26 | |
| 27 | All the members should be watching this repository for changes. |
| 28 | |
| 29 | ## Regular catch up |
| 30 | |
| 31 | We meet regularly over [Lasuite Meet](https://github.com/suitenumerique/meet) to |
| 32 | catch up and make decisions. Sometimes it helps to have dedicated focus and |
| 33 | higher communication bandwidth. |
| 34 | |
| 35 | There is an open team meeting **every other Thursday at |
| 36 | [18:00 (Europe/Zurich)](https://dateful.com/convert/zurich?t=18)**. See the |
| 37 | [google calendar](https://calendar.google.com/calendar/u/0/embed?src=b9o52fobqjak8oq8lfkhg3t0qg@group.calendar.google.com) |
| 38 | (search for "NixOS Infra") to see the next date. |
| 39 | |
| 40 | - Location: <https://meet.cccda.de/nix-osin-fra> |
| 41 | - Meeting notes: <https://pad.lassul.us/nixos-infra> |
| 42 | |
| 43 | ## Reporting issues |
| 44 | |
| 45 | If you experience any issues with the infrastructure, please |
| 46 | [post a new issue to this repository][1]. |
| 47 | |
| 48 | [1]: https://github.com/NixOS/infra/issues/new |