refactor: implement intermediate mySecrets options

This commit is contained in:
Jet 2026-02-16 21:32:30 -08:00
parent d756f302d5
commit 55876f2828
7 changed files with 50 additions and 27 deletions

View file

@ -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 = {