71 current 2025-10-07 23:27:54 25.05.20251001.5b5be50 6.12.49 *
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# flake for blakes nixos config
|
||||
# define new devices in outputs
|
||||
# generation: 70 current 2025-10-07 23:21:50 25.05.20251001.5b5be50 6.12.49 *
|
||||
# generation: 71 current 2025-10-07 23:27:54 25.05.20251001.5b5be50 6.12.49 *
|
||||
{
|
||||
description = "blakes nix config";
|
||||
inputs = {
|
||||
|
||||
@@ -58,7 +58,7 @@ in
|
||||
server = {
|
||||
DOMAIN = "git.blakedheld.xyz";
|
||||
HTTP_PORT = cfg.port;
|
||||
SSH_PORT = cfg.ssh_port;
|
||||
#SSH_PORT = cfg.ssh_port;
|
||||
};
|
||||
};
|
||||
database = {
|
||||
|
||||
@@ -63,7 +63,11 @@
|
||||
enable = true;
|
||||
matchBlocks = {
|
||||
"git.blakedheld.xyz" = {
|
||||
user = "git";
|
||||
user = "gitea";
|
||||
identityFile = "~/.ssh/id_snowbelle";
|
||||
};
|
||||
"git.snowbelle.lan" = {
|
||||
user = "gitea";
|
||||
identityFile = "~/.ssh/id_snowbelle";
|
||||
};
|
||||
"dockers" = {
|
||||
|
||||
Reference in New Issue
Block a user