updated brain ip

This commit is contained in:
2025-09-27 10:13:50 -04:00
parent eea620aa2f
commit fc31447591
2 changed files with 40 additions and 20 deletions

View File

@@ -1,5 +1,10 @@
{ {
services.syncthing.settings.folders = { networking.firewall.allowedTCPPorts = [ 8384 ];
services.syncthing = {
overrideFolders = false;
guiAddress = "192.168.90.35:8384";
settings = {
"dotfiles" = { "dotfiles" = {
path = "/home/richie/dotfiles"; path = "/home/richie/dotfiles";
devices = [ devices = [
@@ -21,4 +26,5 @@
fsWatcherEnabled = true; fsWatcherEnabled = true;
}; };
}; };
};
} }

View File

@@ -17,6 +17,20 @@
identityFile = "~/.ssh/id_ed25519"; identityFile = "~/.ssh/id_ed25519";
port = 2222; port = 2222;
}; };
brain = {
hostname = "192.168.90.35";
user = "richie";
identityFile = "~/.ssh/id_ed25519";
port = 629;
dynamicForwards = [ { port = 9050; } ];
compression = true;
};
unlock-brain = {
hostname = "192.168.95.35";
user = "root";
identityFile = "~/.ssh/id_ed25519";
port = 2222;
};
bob = { bob = {
hostname = "192.168.90.25"; hostname = "192.168.90.25";
user = "richie"; user = "richie";