diff --git a/config/services/forgejo.nix b/config/services/forgejo.nix index c8807e0..7c4c185 100644 --- a/config/services/forgejo.nix +++ b/config/services/forgejo.nix @@ -21,7 +21,7 @@ SCHEDULE = "@every 24h"; UPDATE_EXISTING = true; }; - DEFAULT.APP_NAME = "The Gay Git"; + DEFAULT.APP_NAME = "The dog girl Git"; federation.ENABLED = true; log.LEVEL = "Info"; mailer = { @@ -45,8 +45,8 @@ server = { STATIC_URL_PREFIX = "/static"; PROTOCOL = "http+unix"; - DOMAIN = "git.kyouma.net"; - ROOT_URL = "https://git.kyouma.net"; + DOMAIN = "woof.rip"; + ROOT_URL = "https://woof.rip"; }; security = { LOGIN_REMEMBER_DAYS = 90; @@ -70,11 +70,11 @@ }; }; }; - kyouma.nginx.virtualHosts."git.kyouma.net" = { + kyouma.nginx.virtualHosts."woof.rip" = { locations."/static/".alias = "${pkgs.forgejo.data}/public/"; locations."/" = { proxyPass = "http://unix:/run/forgejo/forgejo.sock"; }; }; - security.acme.certs."git.kyouma.net" = {}; + security.acme.certs."woof.rip" = {}; }