18 lines
381 B
Nix
18 lines
381 B
Nix
|
|
||
|
{
|
||
|
replicator = {
|
||
|
description = "Database Replicator";
|
||
|
hashed-password = "{SHA}HpiRMyxLR+0ZFHz/COvG9lcNYyQ=";
|
||
|
};
|
||
|
|
||
|
auth_reader = {
|
||
|
description = "System Authenticator";
|
||
|
hashed-password = "{MD5}N36/kQ64mev1HARddvVk7Q==";
|
||
|
};
|
||
|
|
||
|
user_db_reader = {
|
||
|
description = "User Database Reader";
|
||
|
hashed-password = "{SSHA}IVKhrB+wMOCI/CCzbJW8sNDbH67ZTMBv";
|
||
|
};
|
||
|
}
|