- included config for dbt and pgsync as sops templates - import sops-nix into container - remove unnecessary bind mounts - update nix-secrets in flake.lock
12 lines
409 B
Nix
12 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" = {};
|
|
};
|
|
}
|