Compare commits
2 Commits
837233b552
...
9b43074248
| Author | SHA1 | Date | |
|---|---|---|---|
|
9b43074248
|
|||
|
be3f6baa17
|
@ -922,10 +922,17 @@ in
|
||||
serverAliveInterval = 60;
|
||||
localForwards = [
|
||||
{
|
||||
# Resultbrowser
|
||||
bind.port = 22941;
|
||||
host.address = "127.0.0.1";
|
||||
host.port = 22941;
|
||||
}
|
||||
{
|
||||
# Mysql
|
||||
bind.port = 3306;
|
||||
host.address = "127.0.0.1";
|
||||
host.port = 3306;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@ -121,7 +121,7 @@
|
||||
# jetbrains.rider
|
||||
zed-editor
|
||||
vscode
|
||||
ghidra # launch with _JAVA_AWT_WM_NONREPARENTING=1
|
||||
# ghidra # launch with _JAVA_AWT_WM_NONREPARENTING=1 (use programs.ghidra)
|
||||
|
||||
# Unity Stuff
|
||||
# unityhub
|
||||
|
||||
@ -197,6 +197,11 @@
|
||||
enable = true;
|
||||
openFirewall = true; # Directly set port in firewall
|
||||
};
|
||||
|
||||
ghidra = {
|
||||
enable = true;
|
||||
gdb = true;
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
|
||||
Reference in New Issue
Block a user