13 lines
409 B
Nix
13 lines
409 B
Nix
|
{
|
||
|
sops.secrets = {
|
||
|
"ssh_keys/baseddata-models-access/id_ed25519" = {};
|
||
|
"comms/xmpp/notifybot/username" = {};
|
||
|
"comms/xmpp/notifybot/password" = {};
|
||
|
"comms/xmpp/mrsu/username" = {};
|
||
|
"software/postgres/baseddata/user_password" = {};
|
||
|
"software/postgres/baseddata/user_username" = {};
|
||
|
"software/bitcoind/username" = {};
|
||
|
"software/bitcoind/bitcoin-rpcpassword-public" = {};
|
||
|
};
|
||
|
}
|