psql things
This commit is contained in:
parent
1b2e45f838
commit
854dace74e
3 changed files with 11 additions and 4 deletions
10
flake.nix
10
flake.nix
|
|
@ -112,8 +112,14 @@
|
|||
{ environment.systemPackages = [ (agenix.packages.${system}.default) ]; }
|
||||
{
|
||||
age.secrets = {
|
||||
postgres-user-password-pda = {
|
||||
file = ./secrets/postgres-user-password-pda.age;
|
||||
postgres-matrix-synapse = {
|
||||
file = ./secrets/postgres-matrix-synapse.age;
|
||||
owner = "postgres";
|
||||
group = "postgres";
|
||||
mode = "0400";
|
||||
};
|
||||
postgres-hedgedoc = {
|
||||
file = ./secrets/postgres-hedgedoc.age;
|
||||
owner = "postgres";
|
||||
group = "postgres";
|
||||
mode = "0400";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue