fix: grant openclaw write access to config dir 🔧
This commit is contained in:
parent
0de86837df
commit
f3854af82a
1 changed files with 5 additions and 0 deletions
|
|
@ -96,6 +96,11 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
# OpenClaw gateway needs write access to its config dir for runtime state.
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /etc/openclaw 0775 root openclaw - -"
|
||||
];
|
||||
|
||||
# Pull dotfiles and rebuild if the repo has new commits.
|
||||
systemd.services.dotfiles-rebuild = {
|
||||
description = "Pull dotfiles and run nixos-rebuild if repo changed";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue