Enable openclaw user unit on login
This commit is contained in:
parent
2cb6aa0c7d
commit
f71521e2fc
2 changed files with 6 additions and 2 deletions
|
|
@ -24,6 +24,7 @@ Instrucoes para agentes trabalhando neste repositorio.
|
|||
- Nao imprimir segredos, tokens ou chaves.
|
||||
- Prefira blocos Nix claros e agrupados por topico.
|
||||
- Ao adicionar servicos, habilite apenas o necessario.
|
||||
- Faca mudancas pequenas e simples para evitar complexidade.
|
||||
|
||||
## Waybar (AC)
|
||||
- `configs/waybar/air_control.py` usa apenas stdlib (`urllib`) para falar com o Home Assistant.
|
||||
|
|
|
|||
|
|
@ -371,8 +371,11 @@
|
|||
fi
|
||||
'';
|
||||
|
||||
systemd.user.services.openclaw-gateway.Service.EnvironmentFile =
|
||||
"${config.home.homeDirectory}/.config/openclaw/gateway.env";
|
||||
systemd.user.services.openclaw-gateway = {
|
||||
Service.EnvironmentFile =
|
||||
"${config.home.homeDirectory}/.config/openclaw/gateway.env";
|
||||
Install.WantedBy = [ "default.target" ];
|
||||
};
|
||||
|
||||
home.file.".openclaw/openclaw.json".force = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue