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:
parent
0ded574120
commit
6db9bd9ace
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue