diff --git a/README.md b/README.md index ec46a5f..870969e 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,10 @@ secrets: ```bash sops ./nixos/myHost/secrets.yaml ``` + +## inspired by +- [deploy hugo with nix](https://ayats.org/blog/flake-blog/) +- [Nixos dotfiles Mic92](https://github.com/Mic92/dotfiles) +- [Nixos dotfiles pborzenkov](https://github.com/pborzenkov/nix-config) +- [Nixos dotfiles by nyanloutre](https://gitea.nyanlout.re/nyanloutre/nixos-config) +- [deploy-rs by disassembler](https://samleathers.com/posts/2022-02-03-my-new-network-and-deploy-rs.html)