Welp, it wasn't that, another test

This commit is contained in:
Lyes Saadi 2025-12-13 14:34:18 +01:00
parent 29eb6b19ea
commit 47ebcbff8a
Signed by: lyes
GPG key ID: 55A1D803917CF39A

View file

@ -17,6 +17,7 @@ in
# I don't understand why the fuck the user needs to be the same as the db's
user = "biggoron";
group = "biggoron";
database = {
type = "postgres";
user = "biggoron";
@ -81,10 +82,12 @@ in
file = ../../../secrets/zora/services/biggoron-db-pass.age;
mode = "400";
owner = "biggoron";
group = "biggoron";
};
age.secrets.biggoron-admin-pass = {
file = ../../../secrets/zora/services/biggoron-admin-pass.age;
owner = "biggoron";
group = "biggoron";
};
}