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: 23 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-16T11:54:56.000Z (29 days ago)
- Last Synced: 2025-06-16T12:48:17.783Z (29 days ago)
- Topics: dotfiles, nixos, nixos-configuration
- Language: Nix
- Homepage:
- Size: 915 KB
- Stars: 6
- Watchers: 2
- 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.