fix: grant openclaw write access to config dir 🔧

This commit is contained in:
DannyDannyDanny 2026-04-03 14:38:03 +02:00
parent 0de86837df
commit f3854af82a

View file

@ -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. # Pull dotfiles and rebuild if the repo has new commits.
systemd.services.dotfiles-rebuild = { systemd.services.dotfiles-rebuild = {
description = "Pull dotfiles and run nixos-rebuild if repo changed"; description = "Pull dotfiles and run nixos-rebuild if repo changed";