From 7e989cab31da2d9881191e4c35fac7a04cc37559 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 1 Jun 2025 01:40:17 -0400 Subject: [PATCH] change the name of the hearth --- flake.nix | 1 - systems/palatine-hill/gitea.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 72660e5..1b71661 100644 --- a/flake.nix +++ b/flake.nix @@ -46,7 +46,6 @@ url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons"; inputs = { nixpkgs.follows = "nixpkgs"; - flake-utils.follows = "flake-utils"; }; }; diff --git a/systems/palatine-hill/gitea.nix b/systems/palatine-hill/gitea.nix index 9cffbaf..a521ad7 100644 --- a/systems/palatine-hill/gitea.nix +++ b/systems/palatine-hill/gitea.nix @@ -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;