From e19071f9958c8da4f4347d3d78790d97e98ba22f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 2 Dec 2023 12:55:32 +0100 Subject: [PATCH] README: link to infra repo instead of my dotfiles --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index faeec6b..b3d3547 100644 --- a/README.md +++ b/README.md @@ -884,8 +884,8 @@ Copy the output to the editor you have opened with sops. ## Real-world examples -My [personal configuration](https://github.com/Mic92/dotfiles/tree/master/nixos) makes extensive usage of sops-nix. -Each host has a [secrets](https://github.com/Mic92/dotfiles/tree/master/nixos/eve/secrets) directory containing secrets for the host. +The [nix-community infra](https://github.com/nix-community/infra) makes extensive usage of sops-nix. +Each host has a [secrets.yaml](https://github.com/nix-community/infra/tree/master/hosts/build01) containing secrets for the host. Also Samuel Leathers explains his personal setup in this [blog article](https://samleathers.com/posts/2022-02-11-my-new-network-and-sops.html). ## Known limitations