Welp, switch users
This commit is contained in:
parent
47ebcbff8a
commit
c594f5fb51
1 changed files with 8 additions and 8 deletions
|
|
@ -16,12 +16,12 @@ in
|
|||
enable = true;
|
||||
|
||||
# I don't understand why the fuck the user needs to be the same as the db's
|
||||
user = "biggoron";
|
||||
group = "biggoron";
|
||||
# user = "biggoron";
|
||||
# group = "biggoron";
|
||||
database = {
|
||||
type = "postgres";
|
||||
user = "biggoron";
|
||||
name = "biggoron";
|
||||
user = "forgejo";
|
||||
name = "forgejo";
|
||||
passwordFile = config.age.secrets.biggoron-db-pass.path;
|
||||
};
|
||||
|
||||
|
|
@ -81,13 +81,13 @@ in
|
|||
age.secrets.biggoron-db-pass = {
|
||||
file = ../../../secrets/zora/services/biggoron-db-pass.age;
|
||||
mode = "400";
|
||||
owner = "biggoron";
|
||||
group = "biggoron";
|
||||
owner = "forgejo";
|
||||
group = "forgejo";
|
||||
};
|
||||
|
||||
age.secrets.biggoron-admin-pass = {
|
||||
file = ../../../secrets/zora/services/biggoron-admin-pass.age;
|
||||
owner = "biggoron";
|
||||
group = "biggoron";
|
||||
owner = "forgejo";
|
||||
group = "forgejo";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue