news: add new web option in opencode

This commit is contained in:
Mirza Arnaut 2026-01-25 23:48:26 +01:00 committed by GitHub
parent 9637348153
commit 4d1a4cd3d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,9 @@
{ config, ... }:
{
time = "2026-01-25T22:41:09+00:00";
condition = config.programs.opencode.enable;
message = ''
A new `programs.opencode.web` option is available to run OpenCode as a
background web service on Linux (systemd) and macOS (launchd).
'';
}