feature/gitea-minio #114

Merged
ahuston-0 merged 3 commits from feature/gitea-minio into main 2025-06-01 11:43:06 -04:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 7e989cab31 - Show all commits

View File

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

View File

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