feat: opencode

This commit is contained in:
Anish Lakhwara
2025-12-13 00:40:32 -08:00
parent e5fed2cdaf
commit c23de0c990
15 changed files with 430 additions and 13 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
{ self, pkgs, config, ... }:
{ self, pkgs, config, inputs, ... }:
{
imports = [
@@ -22,6 +22,10 @@
age.identityPaths = [ "/Users/anishlakhwara/.ssh/id_ed25519" ];
age.secrets.work-wg.file = "${self}/secrets/work-wg.age";
age.secrets.work-wg.owner = "anishlakhwara";
age.secrets.github-token.file = "${self}/secrets/github-token.age";
age.secrets.github-token.owner = "anishlakhwara";
age.secrets.anthropicToken.file = "${self}/secrets/anthropicToken.age";
age.secrets.anthropicToken.owner = "anishlakhwara";
networking.wg-quick.interfaces = {
wg0 = {
address = [ "10.0.69.7/24" ];