Changing users
This commit is contained in:
parent
5d75e988bd
commit
aef4e409ee
1 changed files with 4 additions and 2 deletions
|
|
@ -15,6 +15,8 @@ in
|
|||
services.forgejo = {
|
||||
enable = true;
|
||||
|
||||
# I don't understand why the fuck the user needs to be the same as the db's
|
||||
user = "biggoron";
|
||||
database = {
|
||||
type = "postgres";
|
||||
user = "biggoron";
|
||||
|
|
@ -78,11 +80,11 @@ in
|
|||
age.secrets.biggoron-db-pass = {
|
||||
file = ../../../secrets/zora/services/biggoron-db-pass.age;
|
||||
mode = "400";
|
||||
owner = "forgejo";
|
||||
owner = "biggoron";
|
||||
};
|
||||
|
||||
age.secrets.biggoron-admin-pass = {
|
||||
file = ../../../secrets/zora/services/biggoron-admin-pass.age;
|
||||
owner = "forgejo";
|
||||
owner = "biggoron";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue