nixos-config/fudo/system-users.nix

17 lines
380 B
Nix
Raw Normal View History

2019-12-25 15:20:36 -08:00
{
replicator = {
description = "Database Replicator";
hashed-password = "{SHA}HpiRMyxLR+0ZFHz/COvG9lcNYyQ=";
};
auth_reader = {
description = "System Authenticator";
hashed-password = "{MD5}N36/kQ64mev1HARddvVk7Q==";
};
2020-01-15 09:24:11 -08:00
user_db_reader = {
description = "User Database Reader";
hashed-password = "{SSHA}IVKhrB+wMOCI/CCzbJW8sNDbH67ZTMBv";
};
2019-12-25 15:20:36 -08:00
}