No description
Find a file
2020-07-16 23:15:03 +02:00
docs Add proposed dns structure 2020-06-27 23:18:17 +02:00
hardware run nixfmt 2020-07-16 22:05:13 +02:00
host Rename host kastanje to stompert 2020-07-16 23:14:31 +02:00
meta Add network metadata 2020-07-16 23:15:03 +02:00
role Fix nixfmt 2020-07-16 22:05:48 +02:00
.gitignore Ignore build result 2020-03-08 14:51:45 +00:00
.gitlab-ci.yml Make nixfmt veery happy 🤗 2020-04-20 21:37:37 +00:00
README.adoc Add role documentation 2020-04-21 22:22:04 +02:00

[[qois-infrastructure]]
qo.is Infrastructure
--------------------

This repository contains the infrastructure configuration.

Structure
~~~~~~~~~

`hardware`:: Hardware specific configuration files, e.g. for wireless
cards.
`host`:: Main nixos `configuration.nix` for every host. The
`configuration.nix` is symlinked to the specific host file.
`role`:: Host roles, which are included from a host's configuration.
`docs`:: Documentation of the concrete qo.is infrastructure

Development
~~~~~~~~~~~

* The nix files shoud be formatted using nixfmt:
** `nixfmt -c $(git ls-files *.nix)`