README: don't import sops in example usage

this doesn't work for flake users.
Fixes https://github.com/Mic92/sops-nix/issues/793
This commit is contained in:
Jörg Thalheim 2025-05-18 23:15:54 +02:00 committed by Jörg Thalheim
parent e93ee1d900
commit 0645c5edc9

View file

@ -433,7 +433,6 @@ If you derived your server public key from SSH, all you need in your `configurat
```nix
{
imports = [ <sops-nix/modules/sops> ];
# 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";