mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
updated brain ip
This commit is contained in:
@@ -1,24 +1,30 @@
|
|||||||
{
|
{
|
||||||
services.syncthing.settings.folders = {
|
networking.firewall.allowedTCPPorts = [ 8384 ];
|
||||||
"dotfiles" = {
|
|
||||||
path = "/home/richie/dotfiles";
|
services.syncthing = {
|
||||||
devices = [
|
overrideFolders = false;
|
||||||
"jeeves"
|
guiAddress = "192.168.90.35:8384";
|
||||||
"bob"
|
settings = {
|
||||||
"rhapsody-in-green"
|
"dotfiles" = {
|
||||||
];
|
path = "/home/richie/dotfiles";
|
||||||
fsWatcherEnabled = true;
|
devices = [
|
||||||
};
|
"jeeves"
|
||||||
"important" = {
|
"bob"
|
||||||
id = "4ckma-gtshs"; # cspell:disable-line
|
"rhapsody-in-green"
|
||||||
path = "/home/richie/important";
|
];
|
||||||
devices = [
|
fsWatcherEnabled = true;
|
||||||
"bob"
|
};
|
||||||
"jeeves"
|
"important" = {
|
||||||
"phone"
|
id = "4ckma-gtshs"; # cspell:disable-line
|
||||||
"rhapsody-in-green"
|
path = "/home/richie/important";
|
||||||
];
|
devices = [
|
||||||
fsWatcherEnabled = true;
|
"bob"
|
||||||
|
"jeeves"
|
||||||
|
"phone"
|
||||||
|
"rhapsody-in-green"
|
||||||
|
];
|
||||||
|
fsWatcherEnabled = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user