Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 623 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 623 Bytes

config

An opinionated flake to configure the world.

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.

agenix edit ${secret}

packages

Build a package directly with

nix build '.#${package}'