74 current 2025-10-08 00:03:57 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-08 00:05:31 -05:00
parent 56921209cb
commit 1deaf8c866
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config # flake for blakes nixos config
# define new devices in outputs # define new devices in outputs
# generation: 73 current 2025-10-07 23:58:43 25.05.20251001.5b5be50 6.12.49 * # generation: 74 current 2025-10-08 00:03:57 25.05.20251001.5b5be50 6.12.49 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -59,6 +59,7 @@ in
server = { server = {
DOMAIN = "git.blakedheld.xyz"; DOMAIN = "git.blakedheld.xyz";
HTTP_PORT = cfg.port; HTTP_PORT = cfg.port;
SSH_PORT = cfg.ssh_port;
START_SSH_SERVER = true; START_SSH_SERVER = true;
}; };
}; };