news: add new web option in opencode
This commit is contained in:
parent
9637348153
commit
4d1a4cd3d9
1 changed files with 9 additions and 0 deletions
9
modules/misc/news/2026/01/2026-01-25_23-41-09.nix
Normal file
9
modules/misc/news/2026/01/2026-01-25_23-41-09.nix
Normal 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).
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue