Compare commits
2 commits
fcb544dfa3
...
572a731057
| Author | SHA1 | Date | |
|---|---|---|---|
| 572a731057 | |||
| 9c1487cd7d |
2 changed files with 7 additions and 4 deletions
|
|
@ -72,7 +72,7 @@
|
||||||
ExecStartPre = [
|
ExecStartPre = [
|
||||||
"${pkgs.tailscale}/bin/tailscale serve --bg 4096"
|
"${pkgs.tailscale}/bin/tailscale serve --bg 4096"
|
||||||
];
|
];
|
||||||
ExecStart = "${config.users.users.jet.home}/.nix-profile/bin/opencode serve --hostname 127.0.0.1 --port 4096";
|
ExecStart = "/etc/profiles/per-user/jet/bin/opencode serve --hostname 127.0.0.1 --port 4096";
|
||||||
WorkingDirectory = config.users.users.jet.home;
|
WorkingDirectory = config.users.users.jet.home;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
9
home.nix
9
home.nix
|
|
@ -603,9 +603,7 @@ in
|
||||||
"dr" = "direnv reload";
|
"dr" = "direnv reload";
|
||||||
"da" = "direnv allow";
|
"da" = "direnv allow";
|
||||||
"nfu" = "nix flake update";
|
"nfu" = "nix flake update";
|
||||||
"o" =
|
"o" = "opencode";
|
||||||
"OPENCODE_PERMISSION='{\"*\":\"allow\",\"external_directory\":\"allow\",\"doom_loop\":\"allow\"}' opencode";
|
|
||||||
"os" = "opencode";
|
|
||||||
".." = "z ..";
|
".." = "z ..";
|
||||||
j = "jj";
|
j = "jj";
|
||||||
jgf = "jj git fetch";
|
jgf = "jj git fetch";
|
||||||
|
|
@ -862,6 +860,11 @@ in
|
||||||
"$schema" = "https://opencode.ai/config.json";
|
"$schema" = "https://opencode.ai/config.json";
|
||||||
autoupdate = false;
|
autoupdate = false;
|
||||||
plugin = [ "opencode-with-claude" ];
|
plugin = [ "opencode-with-claude" ];
|
||||||
|
permission = {
|
||||||
|
"*" = "allow";
|
||||||
|
external_directory = "allow";
|
||||||
|
doom_loop = "allow";
|
||||||
|
};
|
||||||
mcp.linear = {
|
mcp.linear = {
|
||||||
type = "remote";
|
type = "remote";
|
||||||
url = "https://mcp.linear.app/mcp";
|
url = "https://mcp.linear.app/mcp";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue