add llama-server

This commit is contained in:
2025-03-31 03:19:55 -04:00
parent 7d2bb541c3
commit d34793c18f
4 changed files with 89 additions and 0 deletions

View File

@@ -29,6 +29,11 @@
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
llamacpp = {
url = "github:ggml-org/llama.cpp";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
@@ -41,6 +46,7 @@
home-manager,
lanzaboote,
disko,
llamacpp,
...
}@inputs:
let
@@ -68,6 +74,7 @@
immich = 2284;
soulseek_web = 5030;
soulseek_listen = 50300;
llama_cpp = 8991;
};
https = {