1
0
Эх сурвалжийг харах

fix(odin): fixed some issues with upgrade of odin

Zander Hawke 5 сар өмнө
parent
commit
5eee56cad8

+ 6 - 0
home/meili.nix

@@ -27,8 +27,14 @@ in
 
   programs.fish.interactiveShellInit = ''
     eval "$(/opt/homebrew/bin/brew shellenv)"
+    set OPENROUTER_API_KEY $(cat ${config.age.secrets."meili/openrouter".path})
   '';
 
+  programs.opencode = {
+    enable = true;
+    package = pkgs.unstable.opencode;
+  };
+
   # FIXME: change this to a different identity
   age.identityPaths = [ "/Users/thomas/.ssh/builder_ed25519" ];
   age.secrets = {

+ 1 - 1
hosts/odin/services/caddy.nix

@@ -5,7 +5,7 @@
 
     package = pkgs.caddy.withPlugins {
       plugins = [ "github.com/caddy-dns/[email protected]" ];
-      hash = "sha256-3NTI1fMlkpDB2Q/Q/CznEafscypEjJAOmTfAqWhHK1w=";
+      hash = "sha256-Zls+5kWd/JSQsmZC4SRQ/WS+pUcRolNaaI7UQoPzJA0=";
     };
 
     environmentFile = config.age.secrets."odin/services/caddy".path;