formatting nits

This commit is contained in:
colin 2022-08-24 19:46:10 -07:00
parent a532825761
commit c39170be23
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# docs:
# https://nixos.wiki/wiki/Flakes
# https://serokell.io/blog/practical-nix-flakes
# - <https://nixos.wiki/wiki/Flakes>
# - <https://serokell.io/blog/practical-nix-flakes>
{
inputs = {

View File

@ -9,7 +9,7 @@ nix flake show
```
# secrets
## secrets
i use [sops](https://github.com/Mic92/sops-nix) for secrets.
see `modules/universal/secrets.nix` for some tips.