Change code subdomain to git
Some checks are pending
/ check (push) Waiting to run

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-11-08 13:07:10 +00:00
parent 1c1862e582
commit aae4bdcda9
8 changed files with 12 additions and 11 deletions

View file

@ -27,6 +27,7 @@
"eric"
"florida-drupalcamp-tailwind-css"
"freshrss"
"git"
"home"
"jellyfin"
"luke"

View file

@ -7,7 +7,7 @@
settings = {
server = {
DOMAIN = "code.oliverdavies.uk";
DOMAIN = "git.oliverdavies.uk";
LANDING_PAGE = "explore";
ROOT_URL = "https://${config.services.forgejo.settings.server.DOMAIN}";
SSH_DOMAIN = "ssh.oliverdavies.uk";

View file

@ -5,7 +5,7 @@
enable = true;
systemCronJobs = [
"*/15 * * * * opdavies ${pkgs.imapfilter}/bin/imapfilter -c ~/Repos/code.oliverdavies.uk/opdavies/email-filters/config.lua"
"*/15 * * * * opdavies ${pkgs.imapfilter}/bin/imapfilter -c ~/Repos/git.oliverdavies.uk/opdavies/email-filters/config.lua"
"0 8,20 * * * opdavies ${pkgs.isync}/bin/mbsync -a"
];
};