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;
|
enable = true;
|
||||||
|
|
||||||
# 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";
|
# group = "biggoron";
|
||||||
database = {
|
database = {
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
user = "biggoron";
|
user = "forgejo";
|
||||||
name = "biggoron";
|
name = "forgejo";
|
||||||
passwordFile = config.age.secrets.biggoron-db-pass.path;
|
passwordFile = config.age.secrets.biggoron-db-pass.path;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -81,13 +81,13 @@ in
|
||||||
age.secrets.biggoron-db-pass = {
|
age.secrets.biggoron-db-pass = {
|
||||||
file = ../../../secrets/zora/services/biggoron-db-pass.age;
|
file = ../../../secrets/zora/services/biggoron-db-pass.age;
|
||||||
mode = "400";
|
mode = "400";
|
||||||
owner = "biggoron";
|
owner = "forgejo";
|
||||||
group = "biggoron";
|
group = "forgejo";
|
||||||
};
|
};
|
||||||
|
|
||||||
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 = "forgejo";
|
||||||
group = "biggoron";
|
group = "forgejo";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue