feat(openclaw): add openclaw-superpowers extension
- Add openclaw-superpowers as a flake input. - Implement superpowers option in openclaw-podman module. - Automate skill symlinking, state directory creation, and cron registration. - Ensure PyYAML is installed within the container via a post-startup service. - Enable superpowers in the main configuration.
This commit is contained in:
parent
aa670604b5
commit
562ec5526c
4 changed files with 82 additions and 0 deletions
|
|
@ -128,6 +128,7 @@
|
|||
# === OpenClaw ===
|
||||
myModules.openclaw-podman = {
|
||||
enable = true;
|
||||
superpowers.enable = true;
|
||||
port = 18789;
|
||||
domain = "openclaw.ashisgreat.xyz";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue