From 18a104027dfe304a35477203e20304d8992dd6f3 Mon Sep 17 00:00:00 2001 From: Swarsel Date: Thu, 1 Feb 2024 05:22:24 +0100 Subject: [PATCH] fix an oversight in domain and root_url (forgejo) --- Nix.org | 4 ++-- profiles/remote/oracle/sync/nixos.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Nix.org b/Nix.org index d1d4cd6..c335953 100644 --- a/Nix.org +++ b/Nix.org @@ -2848,8 +2848,8 @@ Make sure to also do this for doublepuppet.yaml PROTOCOL = "http"; HTTP_PORT = 3000; HTTP_ADDR = "0.0.0.0"; - DOMAIN = "git.swarsel.win"; - ROOT_URL = "https://git.swarsel.win"; + DOMAIN = "swagit.swarsel.win"; + ROOT_URL = "https://swagit.swarsel.win"; }; service = { DISABLE_REGISTRATION = true; diff --git a/profiles/remote/oracle/sync/nixos.nix b/profiles/remote/oracle/sync/nixos.nix index eec22df..ea827db 100644 --- a/profiles/remote/oracle/sync/nixos.nix +++ b/profiles/remote/oracle/sync/nixos.nix @@ -147,8 +147,8 @@ PROTOCOL = "http"; HTTP_PORT = 3000; HTTP_ADDR = "0.0.0.0"; - DOMAIN = "git.swarsel.win"; - ROOT_URL = "https://git.swarsel.win"; + DOMAIN = "swagit.swarsel.win"; + ROOT_URL = "https://swagit.swarsel.win"; }; service = { DISABLE_REGISTRATION = true;