aboutsummaryrefslogtreecommitdiffstats
path: root/users.nix (unfollow)
Commit message (Collapse)Author
2023-02-04Flake: Changed the configuration to a flakeene
Nix flakes make a lot of things very easy.
2023-01-23Update: Save hashed password for silssils
2023-01-21Feat: Save passwords in hashed form directlyene
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.
2023-01-19Feat: User configuration, with secure passwordsene
The passwords will be stored in a specific password file, which because it isn't part of this repository is secure. Refs: #9