feat(tom): add openclaw-gateway as a system service#81
Merged
theorderingmachine merged 1 commit intomainfrom Apr 5, 2026
Merged
feat(tom): add openclaw-gateway as a system service#81theorderingmachine merged 1 commit intomainfrom
theorderingmachine merged 1 commit intomainfrom
Conversation
f9a52aa to
ea46521
Compare
Adds the nix-openclaw flake input and enables the openclaw-gateway NixOS module on TOM. This runs the OpenClaw gateway under a dedicated 'openclaw' system user with persistent state at /var/lib/openclaw. Changes: - Add nix-openclaw flake input (follows nixpkgs) - Import openclaw-gateway NixOS module in tom configuration - Create machines/tom/services/openclaw-gateway/default.nix - Persist /var/lib/openclaw across reboots (impermanence)
ea46521 to
fd09a66
Compare
theorderingmachine
added a commit
that referenced
this pull request
Apr 5, 2026
This reverts commit c8c7f3c.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the nix-openclaw flake input and enables the
openclaw-gatewayNixOS module on TOM. This runs the OpenClaw gateway under a dedicatedopenclawsystem user with persistent state at/var/lib/openclaw.Changes
nix-openclawflake input (follows nixpkgs)openclaw-gatewayNixOS module in thetomNixOS configurationmachines/tom/services/openclaw-gateway/default.nixwith service config/var/lib/openclawacross reboots via impermanenceNotes
18789(default) — you may want to add this to the firewallallowedTCPPortsif external access is neededenvironmentFilescan be used to inject secrets (API keys, tokens) via sops — not wired up yet since I don't know the secret structure you'd wantopenclawuser/group automatically viacreateUser = true(default)