refactor: implement intermediate mySecrets options
This commit is contained in:
parent
d756f302d5
commit
55876f2828
7 changed files with 50 additions and 27 deletions
|
|
@ -14,7 +14,8 @@
|
|||
};
|
||||
# You can configure SMTP here using secrets if needed
|
||||
};
|
||||
# Secret for DB password set in secrets.nix
|
||||
# Secret for DB password
|
||||
settings.database.PASSWORD = config.mySecrets.forgejoDb;
|
||||
};
|
||||
|
||||
services.postgresql = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue