No description
Find a file
2022-01-04 15:54:32 +01:00
defaults Enable logitech wireless support 2022-01-04 15:54:32 +01:00
hardware Remove wireless-regdb as it is included by default 2022-01-04 15:54:24 +01:00
host Add ecc daemon to speer 2022-01-02 01:26:57 +01: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 Remove vmware-horizon-client overlay 2021-11-18 15:05:45 +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)`