Skip to content

Commit 3aca9a5

Browse files
committed
-
1 parent 83264fb commit 3aca9a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nix/configuration.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ in {
518518
# "soundcloud"
519519
"spotify"
520520
"steam"
521-
# "telegram"
521+
"telegram"
522522
"temu"
523523
"tidal"
524524
"tiktok"
@@ -1113,7 +1113,6 @@ in {
11131113
#
11141114
# AI
11151115
#
1116-
services.llama-cpp.enable = true;
11171116
services.llama-cpp.port = 11434;
11181117
services.llama-cpp.package = pkgs.llama-cpp.override {vulkanSupport = true;};
11191118
services.llama-cpp.model = ../../llms/microsoft_Phi-4-reasoning-plus-Q5_K_M.gguf;

0 commit comments

Comments
 (0)