feat: add openclaw node service and migrate to lix

- Add headless openclaw node systemd service for host execution
- Migrate from nix to lix package manager
- Permit openclaw-2026.3.12 (insecure package warning)
- Use ai-worker user for node service
This commit is contained in:
Robert
2026-04-04 16:26:33 -04:00
parent 13dbf18f67
commit 401b23ce46
5 changed files with 113 additions and 2 deletions

View File

@@ -10,4 +10,5 @@ in
"containers.env.age".publicKeys = authorizedKeys;
"lazyworkhorse_host_ssh_key.age".publicKeys = authorizedKeys;
"n8n_ssh_key.age".publicKeys = authorizedKeys;
"openclaw_gateway_token.age".publicKeys = authorizedKeys;
}