forked from DGNum/infrastructure
fix(forgejo): Use common rules for the secret name
This commit is contained in:
parent
1e3b88d3c2
commit
475638baa8
3 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ in
|
|||
database = {
|
||||
type = "postgres";
|
||||
user = "git";
|
||||
passwordFile = config.age.secrets."forgejo_database-password-file".path;
|
||||
passwordFile = config.age.secrets."forgejo-database_password_file".path;
|
||||
};
|
||||
|
||||
settings = {
|
||||
|
|
|
@ -4,5 +4,5 @@ let
|
|||
in
|
||||
|
||||
lib.setDefault { inherit publicKeys; } [
|
||||
"forgejo_database-password-file"
|
||||
"forgejo-database_password_file"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue