Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rien/nixos-config
- Owner: rien
- License: mit
- Created: 2020-07-04T20:06:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T10:19:15.000Z (about 2 months ago)
- Last Synced: 2024-11-14T11:25:19.483Z (about 2 months ago)
- Topics: dotfiles, nixos, nixos-configuration
- Language: Nix
- Homepage:
- Size: 1.13 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.