more sandbox config

This commit is contained in:
root 2026-07-18 18:59:14 -03:00
parent 0f1a81c2aa
commit 6447486643
No known key found for this signature in database
6 changed files with 533 additions and 90 deletions

View file

@ -367,6 +367,11 @@
# (writeShellScriptBin "agent" ''
# machinectl shell agent@ ${waypipe}/bin/waypipe --socket /run/waypipe.sock server fish
# '')
(writeShellApplication {
name = "opencode-sandbox";
runtimeInputs = [ openssh ];
text = builtins.readFile ../executables/opencode.sh;
})
(writeShellApplication {
name = "tmux-sessionizer";
runtimeInputs = [