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:
ahuston-0 2025-06-01 01:40:17 -04:00
parent 4fcd627fac
commit 7e989cab31
No known key found for this signature in database
GPG Key ID: 47940175096C1330
2 changed files with 1 additions and 2 deletions

View File

@ -46,7 +46,6 @@
url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
};

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;