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;