summary refs log tree commit diff stats
path: root/users.nix (follow)
Commit message (Collapse)AuthorAge
* Flake: Changed the configuration to a flakeene2023-02-04
| | | | Nix flakes make a lot of things very easy.
* Update: Save hashed password for silssils2023-01-23
|
* Feat: Save passwords in hashed form directlyene2023-01-21
| | | | | | | Saving hashed passwords should be relatively safe, as long as the hashing algorithm isn't flawed. Considering, that we use yescrypt with higher than average parameters ('jFT' instead of 'j9T'), we should be safe for now.
* Feat: User configuration, with secure passwordsene2023-01-19
The passwords will be stored in a specific password file, which because it isn't part of this repository is secure. Refs: #9