1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-14 11:57:52 +00:00

Update README.md

This commit is contained in:
Jörg Thalheim 2024-01-10 17:44:31 +01:00 committed by mergify[bot]
parent 4cf467173b
commit 5bd3f71f07

View file

@ -727,7 +727,7 @@ Instead of running as an activation script, sops-nix runs as a systemd user serv
And instead of decrypting to `/run/secrets`, the secrets are decrypted to `$XDG_RUNTIME_DIR/secrets` that is located on a tmpfs or similar non-persistent filesystem. And instead of decrypting to `/run/secrets`, the secrets are decrypted to `$XDG_RUNTIME_DIR/secrets` that is located on a tmpfs or similar non-persistent filesystem.
Depending on whether you use home-manager system-wide or using a home.nix, you have to import it in a different way. Depending on whether you use home-manager system-wide or using a home.nix, you have to import it in a different way.
This exmaple shows the `flake` approach from the recommended example [Install: Flakes (current recommendation)](#Flakes (current recommendation)) This example shows the `flake` approach from the recommended example [Install: Flakes (current recommendation)](#Flakes (current recommendation))
```nix ```nix
{ {