more sandbox config
This commit is contained in:
parent
0f1a81c2aa
commit
6447486643
6 changed files with 533 additions and 90 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue