Personal NixOS setup with modular configuration for development, multimedia, and virtualization.
Caution
This repo is public and intended for your own learning and research.
Always apply all necessary changes for your own configuration —
otherwise, you risk making your system unbootable or losing data.
- Clone the repo after NixOS installation.
- Copy your
hardware-configuration.nix
into thenixos/
directory. - Run
nixos-rebuild switch -I nixos-config=nixos/configuration.nix
. - Never commit your private SSH key!
You can manage most common actions via the Makefile
in the project root. Use make help
for available targets.
MIT. See LICENSE for details.