An open API service indexing awesome lists of open source software.

https://github.com/hall/config

an opinionated flake to configure the world
https://github.com/hall/config

Last synced: about 1 year ago
JSON representation

an opinionated flake to configure the world

Awesome Lists containing this project

README

          

# config

An opinionated [flake](https://nixos.wiki/wiki/Flakes) to configure the world.

- [hosts](./hosts) configuration
- nixos [modules](./modules)
- nix [packages](./packages)
- nixpkgs [overlays](./overlays)

## notes

Update the lock file with

nix flake update

Remove old generations and garbage collect with

sudo nix-collect-garbage -d

Inspect the evaluated config with

nix repl
nix-repl> :lf .

## secrets

Managed with [agenix-rekey](https://github.com/oddlama/agenix-rekey).

agenix edit ${secret}

## packages

Build a [package](./packages) directly with

nix build '.#${package}'