sandboxing
This commit is contained in:
parent
5f70e8be94
commit
0f1a81c2aa
13 changed files with 230 additions and 90 deletions
|
|
@ -57,13 +57,6 @@ in
|
|||
"--private=~/.local/state/claude-home"
|
||||
];
|
||||
};
|
||||
opencode = {
|
||||
executable = "${pkgs.opencode}/bin/opencode";
|
||||
profile = agentProfile;
|
||||
extraArgs = [
|
||||
"--private=/home/user/.local/state/opencode-home"
|
||||
];
|
||||
};
|
||||
chromium-sandbox = {
|
||||
executable = "${pkgs.chromium}/bin/chromium";
|
||||
profile = "${pkgs.firejail}/etc/firejail/chromium-browser.profile";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue