mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-03-13 20:29:17 +00:00
Merge pull request #58 from glenn-m/fix-readme-secret-paths
Fixing secrets path in README
This commit is contained in:
commit
a0e8ec2e2b
1 changed files with 3 additions and 3 deletions
|
@ -336,14 +336,14 @@ If you derived your server public key from ssh, all you need in your configurati
|
|||
```
|
||||
|
||||
On `nixos-rebuild switch` this will make the key accessible
|
||||
via `/run/secret/example-key`:
|
||||
via `/run/secrets/example-key`:
|
||||
|
||||
```console
|
||||
$ cat /run/secret/example-key
|
||||
$ cat /run/secrets/example-key
|
||||
example-value
|
||||
```
|
||||
|
||||
`/run/secret` is a symlink to `/etc/secret.d/1`:
|
||||
`/run/secrets` is a symlink to `/etc/secret.d/1`:
|
||||
|
||||
```console
|
||||
$ ls -la /run/secrets
|
||||
|
|
Loading…
Add table
Reference in a new issue