From 248e9a6d0ee037f2018362894f8c931d36ef0973 Mon Sep 17 00:00:00 2001 From: Ray Andrew <4437323+rayandrew@users.noreply.github.com> Date: Fri, 11 Oct 2024 23:08:22 -0500 Subject: [PATCH] add ssh port --- hosts/git/configuration.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/git/configuration.nix b/hosts/git/configuration.nix index 4a15585..510f900 100644 --- a/hosts/git/configuration.nix +++ b/hosts/git/configuration.nix @@ -4,7 +4,12 @@ config, pkgs, ... -}: { +}: + +let + giteaSshPort = 22; +in +{ imports = [ inputs.hardware.nixosModules.common-cpu-intel ./hardware-configuration.nix