Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rien/nixos-config

The NixOS configuration of (most of) my systems.
https://github.com/rien/nixos-config

dotfiles nixos nixos-configuration

Last synced: about 2 months ago
JSON representation

The NixOS configuration of (most of) my systems.

Awesome Lists containing this project

README

        

# Rien's nixos-config

I try to keep a somewhat sane structure:

- [machines](./machines/): specific configurations for each machine, usually paired with a hardware configuration. This wil mostly import configurations from other files.
- [modules](./modules/): reusable configurations that can be shared between machines.
- [secrets](./secrets/): configuration files not meant to be world-readable on the machine.
- [packages](./packages/): package declarations that aren't worth upstreaming

## Licensing

Note that some configuration is based on [charvp's nixos-config](https://github.com/charvp/nixos-config/) which is licensed under the [Hippocratic License](https://firstdonoharm.dev/). Hence, assume this repository is dual licensed under the MIT and Hippocratic license. Please refer to [charvp's license](https://github.com/charvp/nixos-config/blob/master/license.md) for more information.