hermes: upgrade v0.21.0 -> v0.21.4; repin webui units to the current-source symlink

This commit is contained in:
Harley
2026-09-22 10:04:43 -04:00
parent 7397235d30
commit 88d19ea9e2
3 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -1294,9 +1294,9 @@ PYEOF
HERMES_WEBUI_PORT = "8787";
HERMES_HOME = "/storage/8TB/Backups/Agents/.hermes";
HERMES_WEBUI_STATE_DIR = "/storage/8TB/Backups/Agents/.hermes/webui";
HERMES_WEBUI_AGENT_DIR = "/opt/hermes-agent-v0.20.5-standalone";
HERMES_WEBUI_AGENT_DIR = "/opt/hermes-agent-standalone";
HERMES_WEBUI_PYTHON = "${webuiVenv}/bin/python3";
PYTHONPATH = "/opt/hermes-agent-v0.20.5-standalone";
PYTHONPATH = "/opt/hermes-agent-standalone";
SEARXNG_URL = "http://10.0.1.49:8888";
};
serviceConfig = {
@@ -1343,9 +1343,9 @@ PYEOF
HERMES_HOME = "/home/roman/hermes/profiles/roman";
HERMES_WEBUI_ISOLATED_PROFILE = "1";
HERMES_WEBUI_STATE_DIR = "/home/roman/hermes/webui";
HERMES_WEBUI_AGENT_DIR = "/opt/hermes-agent-v0.20.5-standalone";
HERMES_WEBUI_AGENT_DIR = "/opt/hermes-agent-standalone";
HERMES_WEBUI_PYTHON = "${webuiVenv}/bin/python3";
PYTHONPATH = "/opt/hermes-agent-v0.20.5-standalone";
PYTHONPATH = "/opt/hermes-agent-standalone";
SEARXNG_URL = "http://10.0.1.49:8888";
HOME = "/home/roman";
};
Generated
+5 -5
View File
@@ -34,16 +34,16 @@
"uv2nix": "uv2nix"
},
"locked": {
"lastModified": 1788204567,
"narHash": "sha256-QjT+p3KJwB2ukyw09axbMczjwiM7yXoVa/md0Sr5VJk=",
"rev": "29112bef099274229cadff79cdff7bf7b99c4b77",
"lastModified": 1790014232,
"narHash": "sha256-0pfylDk73diMdpQH/YyRWpvon+w4YWBRS3uj8T67qHI=",
"rev": "d337b736aa1e8ebecfab043842d13e4a2d2f48a3",
"revCount": 1,
"type": "git",
"url": "file:///opt/hermes-agent-v0.21.0-standalone"
"url": "file:///opt/hermes-agent-v2026.9.21-standalone"
},
"original": {
"type": "git",
"url": "file:///opt/hermes-agent-v0.21.0-standalone"
"url": "file:///opt/hermes-agent-v2026.9.21-standalone"
}
},
"home-manager": {
+1 -1
View File
@@ -10,7 +10,7 @@
# rpcs3: 0.0.42-unstable-2026-08-15 fails to compile with a GCC ICE
nixpkgs-held.url = "github:NixOS/nixpkgs/241313f4e8e508cb9b13278c2b0fa25b9ca27163";
hermes-agent = {
url = "git+file:///opt/hermes-agent-v0.21.0-standalone";
url = "git+file:///opt/hermes-agent-v2026.9.21-standalone";
inputs.nixpkgs.follows = "nixpkgs";
};
};