From 0645c5edc9c457cfa25881b70d29ea34374738e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 18 May 2025 23:15:54 +0200 Subject: [PATCH] README: don't import sops in example usage this doesn't work for flake users. Fixes https://github.com/Mic92/sops-nix/issues/793 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e47bf48..c277fa3 100644 --- a/README.md +++ b/README.md @@ -433,7 +433,6 @@ If you derived your server public key from SSH, all you need in your `configurat ```nix { - imports = [ ]; # This will add secrets.yml to the nix store # You can avoid this by adding a string to the full path instead, i.e. # sops.defaultSopsFile = "/root/.sops/secrets/example.yaml";