mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-25 20:41:27 +00:00
Fix LUSER in readme
This commit is contained in:
parent
c2da16b16c
commit
0ad5aab4e4
|
@ -52,11 +52,11 @@ Example JSON config:
|
||||||
],
|
],
|
||||||
"passwordAuthentication": true
|
"passwordAuthentication": true
|
||||||
},
|
},
|
||||||
"username": "owner",
|
"username": "LUSER",
|
||||||
"users": [
|
"users": [
|
||||||
{
|
{
|
||||||
"hashedPassword": "HASHED_PASSWORD",
|
"hashedPassword": "OTHER_USER_HASHED_PASSWORD",
|
||||||
"username": "LUSER"
|
"username": "OTHER_USER"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue