formatting nits

This commit is contained in:
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: # docs:
# https://nixos.wiki/wiki/Flakes # - <https://nixos.wiki/wiki/Flakes>
# https://serokell.io/blog/practical-nix-flakes # - <https://serokell.io/blog/practical-nix-flakes>
{ {
inputs = { inputs = {

View File

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