mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-01-07 05:57:36 +08:00
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:
parent
e93ee1d900
commit
0645c5edc9
1 changed files with 0 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue