From 09ed3f2023f18a2a47f924d19a360a8e59fdcae9 Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 8 Oct 2025 00:07:42 -0500 Subject: [PATCH] 75 current 2025-10-08 00:05:29 25.05.20251001.5b5be50 6.12.49 * --- flake.nix | 2 +- modules/homelab/services/gitea/default.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 8d54615..c4b5ecd 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 74 current 2025-10-08 00:03:57 25.05.20251001.5b5be50 6.12.49 * +# generation: 75 current 2025-10-08 00:05:29 25.05.20251001.5b5be50 6.12.49 * { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/services/gitea/default.nix b/modules/homelab/services/gitea/default.nix index 4e1e74f..b995013 100644 --- a/modules/homelab/services/gitea/default.nix +++ b/modules/homelab/services/gitea/default.nix @@ -59,8 +59,8 @@ in server = { DOMAIN = "git.blakedheld.xyz"; HTTP_PORT = cfg.port; - SSH_PORT = cfg.ssh_port; - START_SSH_SERVER = true; + #SSH_PORT = cfg.ssh_port; + #START_SSH_SERVER = true; }; }; database = {