mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 22:24:59 +08:00
README: fixup configuration markup
This commit is contained in:
parent
0acfed8167
commit
70cd2a9dfe
1 changed files with 2 additions and 2 deletions
|
|
@ -499,7 +499,7 @@ ssh_key: |
|
|||
|
||||
You can include it like this in your `configuration.nix`:
|
||||
|
||||
``` json
|
||||
```nix
|
||||
{
|
||||
sops.defaultSopsFile = ./secrets.yaml;
|
||||
# yaml is the default
|
||||
|
|
@ -531,7 +531,7 @@ Than put in the following content:
|
|||
|
||||
You can include it like this in your `configuration.nix`:
|
||||
|
||||
``` json
|
||||
```nix
|
||||
{
|
||||
sops.defaultSopsFile = ./secrets.json;
|
||||
# yaml is the default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue