change the name of the hearth
All checks were successful
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 6m1s
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 18s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m51s

This commit is contained in:
2025-06-01 01:40:17 -04:00
parent 4fcd627fac
commit 7e989cab31
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,7 @@ in
{
services.gitea = {
enable = true;
appName = "The Hearth";
appName = "Nayeonie's Trove";
database = {
type = "postgres";
passwordFile = config.sops.secrets."gitea/dbpass".path;