From a103d9056c461c6f9414e8aa44cfadc1895f0226 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 4 Aug 2023 21:59:15 -0600 Subject: [PATCH] [NixOS] Configure biskcomp gitea ssh domain and port --- nixos/machines/biskcomp.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/machines/biskcomp.nix b/nixos/machines/biskcomp.nix index 9474795f..81df182d 100644 --- a/nixos/machines/biskcomp.nix +++ b/nixos/machines/biskcomp.nix @@ -16,6 +16,10 @@ services.gitea = { enable = true; lfs.enable = true; + server = { + DOMAIN = "1896Folsom.duckdns.org"; + SSH_PORT = 1123; + }; }; fileSystems."/" = {