Welp, it wasn't that, another test
This commit is contained in:
parent
29eb6b19ea
commit
47ebcbff8a
1 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ in
|
||||||
|
|
||||||
# I don't understand why the fuck the user needs to be the same as the db's
|
# I don't understand why the fuck the user needs to be the same as the db's
|
||||||
user = "biggoron";
|
user = "biggoron";
|
||||||
|
group = "biggoron";
|
||||||
database = {
|
database = {
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
user = "biggoron";
|
user = "biggoron";
|
||||||
|
|
@ -81,10 +82,12 @@ in
|
||||||
file = ../../../secrets/zora/services/biggoron-db-pass.age;
|
file = ../../../secrets/zora/services/biggoron-db-pass.age;
|
||||||
mode = "400";
|
mode = "400";
|
||||||
owner = "biggoron";
|
owner = "biggoron";
|
||||||
|
group = "biggoron";
|
||||||
};
|
};
|
||||||
|
|
||||||
age.secrets.biggoron-admin-pass = {
|
age.secrets.biggoron-admin-pass = {
|
||||||
file = ../../../secrets/zora/services/biggoron-admin-pass.age;
|
file = ../../../secrets/zora/services/biggoron-admin-pass.age;
|
||||||
owner = "biggoron";
|
owner = "biggoron";
|
||||||
|
group = "biggoron";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue