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

fix typo in README.md

This commit is contained in:
Enno Richter 2023-12-10 15:21:23 +01:00 committed by mergify[bot]
parent 0ded574120
commit 6db9bd9ace

View file

@ -484,7 +484,7 @@ Consider the following nixos configuration example:
```nix ```nix
{ {
# Permission modes are in octal representation (same as chmod), # Permission modes are in octal representation (same as chmod),
# the digits represent: user|group|owner # the digits represent: user|group|others
# 7 - full (rwx) # 7 - full (rwx)
# 6 - read and write (rw-) # 6 - read and write (rw-)
# 5 - read and execute (r-x) # 5 - read and execute (r-x)