[NixOS] Try to fix gitea

This commit is contained in:
Ivan Malison 2023-08-04 22:00:44 -06:00
parent a103d9056c
commit 5e04490b47

View File

@ -16,7 +16,7 @@
services.gitea = { services.gitea = {
enable = true; enable = true;
lfs.enable = true; lfs.enable = true;
server = { settings.server = {
DOMAIN = "1896Folsom.duckdns.org"; DOMAIN = "1896Folsom.duckdns.org";
SSH_PORT = 1123; SSH_PORT = 1123;
}; };