chore: bring hermes into nebula

This commit is contained in:
Greg Hellings
2026-07-21 17:16:37 -05:00
parent d12ef9faec
commit d2f7b85283
5 changed files with 14 additions and 30 deletions
+6 -3
View File
@@ -9,9 +9,12 @@
top.hermes.nixosModules.default
];
greg = {
home = true;
tailscale.enable = true;
nebula = {
enable = true;
nebulaIp = "10.157.0.8";
};
};
networking.hostName = "hermes";
nix.settings = {
sandbox = false;
};
@@ -50,7 +53,7 @@
context_file_max_chars = 25000;
file_read_max_chars = 100000;
goals = {
max_turns = 20; # Number of times Hermes tells the model to keep working towards the goal
max_turns = 20; # Number of times Hermes tells the model to keep working towards the goal
};
memory = {
memory_enabled = true;