No description
Find a file
2021-04-19 15:09:29 +02:00
defaults Add current hummelberg-new state 2021-04-19 15:09:29 +02:00
docs Start lindberg configuration 2021-04-10 17:00:26 +02:00
hardware Add current hummelberg-new state 2021-04-19 15:09:29 +02:00
host Rename hummelberg-new to hummelberg 2021-04-19 15:09:29 +02:00
lib Fix wireguard configuration 2020-12-01 15:11:29 +00:00
meta Remove das-g user 2021-04-19 15:09:29 +02:00
modules Add luks-ssh to lindberg 2021-04-10 18:37:07 +02:00
overlays Clean up base role 2020-11-30 19:03:30 +01: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 Update documentation 2020-11-28 22:32:21 +00: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.
`defaults`:: Configuration defaults
`modules` :: Custom modules
`docs`:: Documentation of the qo.is infrastructure

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

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