From 03774d3c80dec032cfdf405c5b0cbe121ff6a50a Mon Sep 17 00:00:00 2001 From: willifan Date: Sun, 28 Jul 2024 17:54:21 +0200 Subject: [PATCH] added gitea appName --- hosts/Anton/gitea.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/Anton/gitea.nix b/hosts/Anton/gitea.nix index 9b0704d..65c4388 100644 --- a/hosts/Anton/gitea.nix +++ b/hosts/Anton/gitea.nix @@ -6,6 +6,8 @@ package = pkgs-unstable.gitea; stateDir = "/mnt/data/services/gitea"; + appName = "My low quality unfinished Projects"; + settings = { server = { DOMAIN = "git.huwe.mooo.com";