README: add links to other configs

This commit is contained in:
Felix Buehler 2022-07-03 13:51:27 +02:00
parent f869cac21f
commit f65e0eccdf

View file

@ -31,3 +31,10 @@ secrets:
```bash ```bash
sops ./nixos/myHost/secrets.yaml 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)