From f65e0eccdf280d968394963181a43fffe5cfff94 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 3 Jul 2022 13:51:27 +0200 Subject: [PATCH] README: add links to other configs --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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)