Compare commits

..

No commits in common. "9dbf8471555e65282bd0d55abed4dedf2a705e5c" and "0a7f9ecc863da362f852f67277820ff38e684c7a" have entirely different histories.

4 changed files with 4 additions and 5 deletions

View file

@ -8,13 +8,12 @@ let
in
{
system.activationScripts.copyStuff = "cp -r ${../../../rsrcs/giteaCustomDir}/. /Aurora/Forgejo/custom";
system.activationScripts.copyTheme = "mkdir -p /Aurora/Forgejo/custom/public/assets/css && cp ${palenight}/dist/theme-palenight.css /Aurora/Forgejo/custom/public/assets/css/";
system.activationScripts.copyTheme = "cp ${palenight}/dist/theme-palenight.css /Aurora/Forgejo/custom/public/css/";
services.gitea = {
enable = true;
package = pkgs.forgejo;
stateDir = "/Aurora/Forgejo";
customDir = "/Aurora/Forgejo/custom";
appName = "Nickiel's Repos";
settings = {
@ -30,7 +29,7 @@ in
security.DISABLE_GIT_HOOKS = false;
session.COOKIE_SECURE = true;
#session.COOKIE_SECURE = true;
# external facing ui
server = {
ROOT_URL = "https://git.nickiel.net";
@ -42,7 +41,7 @@ in
mailer = {
ENABLED = true;
PROTOCOL = "sendmail";
FROM = "nickiel.is.a.dev@gmail.com";
FROM = "noreply@nickiel.net";
SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";
};
};

View file

@ -8,7 +8,7 @@
};
services.chrono_track = {
enable = true;
from_address = ''"NoReply <nickiel.is.a.dev@gmail.com>"'';
from_address = ''"NoReply <noreply@nickiel.net>"'';
config_path = "/home/nixolas/nextcloud_testing.toml";
frequency = 5;
};

View file

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB