No description
Find a file
2021-10-07 13:30:17 +02:00
defaults Execute nixfmt 2021-10-07 13:30:17 +02:00
hardware Blacklist noveau for p14s 2021-07-01 11:06:55 +02:00
host Upgrade hummelberg to 21.05 2021-06-08 11:07:48 +02:00
lib Fix wireguard configuration 2020-12-01 15:11:29 +00:00
meta Add fhauser to libvirtd group 2021-09-28 14:06:42 +02:00
modules Fix nixfmt 2021-05-14 14:32:16 +02:00
overlays Clean up base role 2020-11-30 19:03:30 +01:00
qois-infrastructure@d3be1efa8e Add qois-infrastructure repo 2021-10-05 11:13:29 +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
.gitmodules Add qois-infrastructure repo 2021-10-05 11:13:29 +02:00
README.adoc Fix markup in README 2021-07-02 11:04:33 +02:00

= fabian's nixconfig

This repository contains fabian's personal nixos configurations.

== 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

== Development

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