nixos/gitea: fix eval after #136909

Yureka 2384362c 561c519b

Changed files
+1 -1
nixos
modules
services
misc
+1 -1
nixos/modules/services/misc/gitea.nix
···
server = mkMerge [
{
DOMAIN = cfg.domain;
-
STATIC_ROOT_PATH = cfg.staticRootPath;
+
STATIC_ROOT_PATH = toString cfg.staticRootPath;
LFS_JWT_SECRET = "#lfsjwtsecret#";
ROOT_URL = cfg.rootUrl;
}