1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-03-16 05:28:15 +00:00

README: fix codeblock language

This commit is contained in:
Jörg Thalheim 2020-07-23 08:53:05 +01:00
parent 70cd2a9dfe
commit 04584b67b0
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -420,7 +420,7 @@ Some services might expect files in certain locations.
Using the `path` option as symlink to this directory can Using the `path` option as symlink to this directory can
be created: be created:
``` nix ```nix
{ {
sops.secrets."home-assistant-secrets.yaml" = { sops.secrets."home-assistant-secrets.yaml" = {
owner = "hass"; owner = "hass";
@ -429,7 +429,7 @@ be created:
} }
``` ```
``` nix ```console
$ ls -la /var/lib/hass/secrets.yaml $ 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 lrwxrwxrwx 1 root root 40 Jul 19 22:36 /var/lib/hass/secrets.yaml -> /run/secrets/home-assistant-secrets.yaml
``` ```