mirror of
https://github.com/Mic92/sops-nix.git
synced 2024-12-14 11:57:52 +00:00
README: fix codeblock language
This commit is contained in:
parent
70cd2a9dfe
commit
04584b67b0
1 changed files with 2 additions and 2 deletions
|
@ -420,7 +420,7 @@ Some services might expect files in certain locations.
|
|||
Using the `path` option as symlink to this directory can
|
||||
be created:
|
||||
|
||||
``` nix
|
||||
```nix
|
||||
{
|
||||
sops.secrets."home-assistant-secrets.yaml" = {
|
||||
owner = "hass";
|
||||
|
@ -429,7 +429,7 @@ be created:
|
|||
}
|
||||
```
|
||||
|
||||
``` nix
|
||||
```console
|
||||
$ ls -la /var/lib/hass/secrets.yaml
|
||||
lrwxrwxrwx 1 root root 40 Jul 19 22:36 /var/lib/hass/secrets.yaml -> /run/secrets/home-assistant-secrets.yaml
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue