mirror of
https://github.com/Mic92/sops-nix.git
synced 2024-12-14 11:57:52 +00:00
fix typo in README.md
This commit is contained in:
parent
0ded574120
commit
6db9bd9ace
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@ Consider the following nixos configuration example:
|
|||
```nix
|
||||
{
|
||||
# Permission modes are in octal representation (same as chmod),
|
||||
# the digits represent: user|group|owner
|
||||
# the digits represent: user|group|others
|
||||
# 7 - full (rwx)
|
||||
# 6 - read and write (rw-)
|
||||
# 5 - read and execute (r-x)
|
||||
|
|
Loading…
Reference in a new issue