Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djacu/nixos-modules-lessons
Lessons and examples for learning NixOS Modules.
https://github.com/djacu/nixos-modules-lessons
nix nixos nixos-modules
Last synced: 8 days ago
JSON representation
Lessons and examples for learning NixOS Modules.
- Host: GitHub
- URL: https://github.com/djacu/nixos-modules-lessons
- Owner: djacu
- License: mit
- Created: 2024-02-08T15:03:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-27T03:26:23.000Z (6 months ago)
- Last Synced: 2024-10-11T23:39:53.284Z (about 1 month ago)
- Topics: nix, nixos, nixos-modules
- Language: Nix
- Homepage: https://nixos-modules.nix.xn--q9jyb4c/
- Size: 117 KB
- Stars: 21
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# NixOS Modules Lessons
Welcome to the NixOS Modules Lessons repository!
Here, you'll find a comprehensive collection of resources designed to teach you about NixOS modules—an essential component of the NixOS Linux distribution.
Whether you're just starting out or looking to deepen your understanding, this repository is your go-to source for learning all about NixOS modules.## About NixOS Modules
NixOS is a Linux distribution known for its unique approach to package management and system configuration.
At the heart of NixOS lies the Nix package manager, which employs a purely functional and declarative approach to system configuration.
NixOS modules are an integral part of this system, enabling users to define and manage various aspects of their system's configuration in a modular and composable manner.## Getting Started
To get started with learning NixOS modules, simply clone this repository and explore the available resources.
Whether you prefer reading documentation, following tutorials, experimenting with examples, or tackling exercises, there's something here for everyone.## Contributing
We welcome contributions from the community to help enhance and expand this repository.
Whether it's fixing a typo, adding a new tutorial, sharing an insightful example, or suggesting improvements, your contributions are invaluable.
Please refer to the [CONTRIBUTING](CONTRIBUTING.md) file for guidelines on how to contribute.## License
This repository is licensed under the [MIT License](LICENSE.md), fostering open collaboration and knowledge sharing.
## Attribution
Much of content in these lessons is original but could only be attempted after consuming and thanks to the already existing resources out there.
The lessons here were inspired by or directly lifted content from the following resources:- The nixpkgs source code:
- [modules](https://github.com/NixOS/nixpkgs/blob/master/lib/modules.nix)
- [types](https://github.com/NixOS/nixpkgs/blob/master/lib/types.nix)
- [The original module article on nix.dev](https://nix.dev/tutorials/module-system/module-system.html)
- [The NixOS Manual](https://nixos.org/manual/nixos/stable/#sec-writing-modules)
- [The NixOS Wiki](https://nixos.wiki/wiki/NixOS_modules)