Argon2 errors with NixOS config
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 46.6k
- Forks
- 1.9k
- Merge medio
- 10 d 16 h
- PR fusionados (30 d)
- 5
Descripción
No matter what I type in, I get the 'nah dude' error.
```
services.copyparty.globalExtraConfig = ''
ah-alg: argon2
ah-salt "xxx"
'';
```
With the salt "xxx" I hash the password,
```
nix run github:9001/copyparty#copyparty -- --ah-alg argon2 --ah-gen 'autumni:pissoff' --ah-salt 'xxx'
```
Then load it from a file...
```
accounts = {
autumni.passwordFile = "/etc/nixos/secrets/autumnspass";
(...)
};
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.