Compare commits

..

No commits in common. "fd46cf4c104390addbe84f29da189752b212a73c" and "fbd3a669fd8e5d68c6162366ed60cf97032f9cd9" have entirely different histories.

2 changed files with 2 additions and 7 deletions

View file

@ -17,4 +17,6 @@ with lib.wyrdgard;
direnv = enabled; direnv = enabled;
}; };
}; };
home.stateVersion = "24.05";
} }

View file

@ -81,13 +81,6 @@ in
HTTP_PORT = forgejoPort; HTTP_PORT = forgejoPort;
}; };
mailer = {
ENABLED = true;
PROTOCOL = "sendmail";
FROM = "no-reply@${domainName}";
SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";
};
service.DISABLE_REGISTRATION = true; service.DISABLE_REGISTRATION = true;
}; };
}; };