My NixOS Configuration
Built with Nix flakes and the den framework.
- ./hosts: Host configurations.
- ./modules: Modules shared between hosts.
- ./templates: Templates for flake-based projects.
Run an unfree package without permanently allowing it:
nix run nixpkgs#unfreePackage --unfreeTo avoid GitHub rate limits when updating flake inputs, add a token to ~/.nix.conf (included automatically when present):
access-tokens = github.com=ghp_***Rebuild the current host (taken from $NIX_FLAKE_DEFAULT_HOST):
rebuildA different subcommand or extra arguments work too:
rebuild boot --impure