openrouter go brrrr, kernel compile fix, localize ollama

This commit is contained in:
TheK0tYaRa 2026-03-11 19:19:13 +02:00
parent afb1a63389
commit 4553002b07
8 changed files with 117 additions and 31 deletions

View file

@ -3,6 +3,7 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
mypkgs = {
url = "git+https://git.sys-con.ru/thek0tyara/nixpkgs-extension.git";
#url = "git+file:///home/thek0tyara/nixos-conf/custom/overlays";
inputs.nixpkgs.follows = "nixpkgs";
};
ragenix.url = "github:yaxitech/ragenix";
@ -169,6 +170,12 @@
group = "wheel";
mode = "0440";
};
"openrouter-open.key.age" = {
file = ./secrets/openrouter-open.key.age;
owner = "root";
group = "wheel";
mode = "0440";
};
};
identityPaths = [ "/root/.ssh/id_ed25519" ];
};