mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-24 13:45:29 -08:00
Compare commits
5 commits
0a7f9ecc86
...
9dbf847155
Author | SHA1 | Date | |
---|---|---|---|
9dbf847155 | |||
3e0c163917 | |||
f87dc5734b | |||
bd3a1acba4 | |||
96b4d77f0a |
4 changed files with 5 additions and 4 deletions
|
@ -8,12 +8,13 @@ let
|
|||
in
|
||||
{
|
||||
system.activationScripts.copyStuff = "cp -r ${../../../rsrcs/giteaCustomDir}/. /Aurora/Forgejo/custom";
|
||||
system.activationScripts.copyTheme = "cp ${palenight}/dist/theme-palenight.css /Aurora/Forgejo/custom/public/css/";
|
||||
system.activationScripts.copyTheme = "mkdir -p /Aurora/Forgejo/custom/public/assets/css && cp ${palenight}/dist/theme-palenight.css /Aurora/Forgejo/custom/public/assets/css/";
|
||||
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
package = pkgs.forgejo;
|
||||
stateDir = "/Aurora/Forgejo";
|
||||
customDir = "/Aurora/Forgejo/custom";
|
||||
appName = "Nickiel's Repos";
|
||||
|
||||
settings = {
|
||||
|
@ -29,7 +30,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";
|
||||
|
@ -41,7 +42,7 @@ in
|
|||
mailer = {
|
||||
ENABLED = true;
|
||||
PROTOCOL = "sendmail";
|
||||
FROM = "noreply@nickiel.net";
|
||||
FROM = "nickiel.is.a.dev@gmail.com";
|
||||
SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
};
|
||||
services.chrono_track = {
|
||||
enable = true;
|
||||
from_address = ''"NoReply <noreply@nickiel.net>"'';
|
||||
from_address = ''"NoReply <nickiel.is.a.dev@gmail.com>"'';
|
||||
config_path = "/home/nixolas/nextcloud_testing.toml";
|
||||
frequency = 5;
|
||||
};
|
||||
|
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Loading…
Reference in a new issue