From d35639285fa19e9d1c40b4c02e9aba59b0ee0a47 Mon Sep 17 00:00:00 2001 From: cy Date: Tue, 14 Jan 2025 10:28:29 -0500 Subject: [PATCH] change forgejo landing page to explore update git email don't include vscode in common --- home/yt/common.nix | 2 +- home/yt/ytnix.nix | 1 - hosts/chunk/forgejo.nix | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/home/yt/common.nix b/home/yt/common.nix index b4894d5..77c98fe 100644 --- a/home/yt/common.nix +++ b/home/yt/common.nix @@ -30,7 +30,7 @@ programs.git = { enable = true; userName = "cy"; - userEmail = "hi@cything.io"; + userEmail = "cy@cy7.sh"; delta = { enable = true; options = { diff --git a/home/yt/ytnix.nix b/home/yt/ytnix.nix index 45d1dd3..67f448d 100644 --- a/home/yt/ytnix.nix +++ b/home/yt/ytnix.nix @@ -6,7 +6,6 @@ imports = [ ./common.nix ../foot.nix - ../vscode.nix ]; home = { username = "yt"; diff --git a/hosts/chunk/forgejo.nix b/hosts/chunk/forgejo.nix index 5b8ad1d..0b644a2 100644 --- a/hosts/chunk/forgejo.nix +++ b/hosts/chunk/forgejo.nix @@ -10,7 +10,7 @@ HTTP_PORT = 3000; HTTP_ADDR = "127.0.0.1"; DOMAIN = "git.cy7.sh"; - LANDING_PAGE = "/cy"; + LANDING_PAGE = "explore"; }; session.COOKIE_SECURE = true; service.DISABLE_REGISTRATION = true;