1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Actually fix git schenanigans

This commit is contained in:
RGBCube 2024-04-30 12:56:08 +03:00
parent db4696fc5f
commit e0f6493d7f
No known key found for this signature in database
4 changed files with 17 additions and 9 deletions

View file

@ -66,6 +66,8 @@ in systemConfiguration {
services.openssh.settings.AcceptEnv = mkForce "COLORTERM GIT_PROTOCOL";
services.forgejo = enabled {
inherit fqdn;
lfs = enabled;
mailerPasswordFile = config.secrets.forgejoMailPassword.path;

View file

@ -28,7 +28,7 @@ in systemConfiguration {
};
mailserver = enabled {
inherit fqdn;
inherit domain fqdn;
domains = [ domain ];
certificateScheme = "acme";